Skip to content

add feature : directory access support #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wakabadou
Copy link

added a directory to a path handled by argument.
specify a directory, search recursively.

please refer to the image for the difference when indentation is not added.
001
002

@VaelVictus
Copy link

I haven't used this personally, but for Windows users who are having trouble with the readme on the front page, I found this command to be better. It will recursively search through directories below it as well. Just run it in the directory you want to start at.

FOR /f "tokens=*" %a in ('dir *.php /S/B') DO php c:/wamp/www/convert.php %a -w

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants