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

Three exclude flags should have standard behavior #89

Open
ghost opened this issue Aug 14, 2017 · 2 comments
Open

Three exclude flags should have standard behavior #89

ghost opened this issue Aug 14, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2017

Currently,

  • --exclude-dirs can be passed multiple times, and can only exclude directories in the pwd of the sift process
  • --exclude-ext requires a comma-separated list, and can only be passed once (the last one will determine the exclusion)
  • --exclude-path can exclude a file or directory at any directory depth, but can only be passed once

It would be much more user-friendly to accept all flags zero or more times as ...-dirs currently behaves, and to generally standardize the exclusion specification behavior.

@svent
Copy link
Owner

svent commented Aug 20, 2017

Thanks for opening this issue - these options definitely need some work and I will look into this for an upcoming version.

@ghost
Copy link
Author

ghost commented Aug 21, 2017

Thanks! I look forward to it.

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

No branches or pull requests

1 participant