Skip to content
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

Option to convert files excluding subdirectories #123

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

javiertuya
Copy link
Contributor

@javiertuya javiertuya commented Aug 25, 2024

Closes #122 Added a new CLI option --include-subdirectories applicable when de dir command is specified:

  • if true (default): preserves the current behaviour (converts the sources in the directory and all its subdirectories)
  • if false: only converts the sources in the directory, excluding subdirectories

@paulirwin
Copy link
Owner

Always good to have more configuration options available. Thanks for your contribution!

@paulirwin paulirwin merged commit b84f9de into paulirwin:master Aug 25, 2024
2 checks passed
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.

Convert sources from a directory excluding subdirectories
2 participants