We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have ignore_extensions and ignore_dirs, let's have something like find_extensions.
ignore_extensions
ignore_dirs
find_extensions
Expected functioning:
INPUT >> ./fmanager --path . --tree --find_extensions .cpp .py OUTPUT >> (only .py and .cpp files)
If anyone wants to take it up, most welcome. Else I'll take it up by EOD 02/05/2021.
cc: @krshrimali
The text was updated successfully, but these errors were encountered:
krshrimali
No branches or pull requests
We have
ignore_extensions
andignore_dirs
, let's have something likefind_extensions
.Expected functioning:
If anyone wants to take it up, most welcome. Else I'll take it up by EOD 02/05/2021.
cc: @krshrimali
The text was updated successfully, but these errors were encountered: