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

[Feature] Use Globwalker Builder to add --max-depth & --follow-links options #39

Closed
sreedevk opened this issue Jan 23, 2023 · 4 comments

Comments

@sreedevk
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, there is no fine control over the directory scanning process. Using the Globwalk Builder, we can add options like --max-depth & --follow-links to offer more control over the directory scanning process.

Describe the solution you'd like
https://docs.rs/globwalk/latest/globwalk/#advanced-globbing

cc: @beeb adding this issue here to discuss options

@beeb
Copy link
Contributor

beeb commented Jan 23, 2023

I will setup the builder first, without options, and then we can move to adding those as cli arguments

@sreedevk
Copy link
Owner Author

@beeb sounds good!

@beeb
Copy link
Contributor

beeb commented Jan 23, 2023

First step #41

@sreedevk
Copy link
Owner Author

#46 Adds --min-depth --max-depths & --follow-links

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

2 participants