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

Implement recursive depth specifier #16

Merged
merged 2 commits into from
Feb 5, 2025
Merged

Implement recursive depth specifier #16

merged 2 commits into from
Feb 5, 2025

Conversation

Wunkolo
Copy link
Owner

@Wunkolo Wunkolo commented Feb 5, 2025

Allows the recursive depth to be specified from the -r argument to limit how deep recursive file-system operations are allowed to traverse.

Addresses #7

Allows the recursive depth to be specified from the `-r` argument to limit how deep recursive file-system operations are allowed to traverse.
@Wunkolo Wunkolo changed the base branch from main to dev February 5, 2025 04:53
@Wunkolo Wunkolo changed the title Add Recursive flag Implement recursive depth specifier Feb 5, 2025
@Wunkolo Wunkolo self-assigned this Feb 5, 2025
@Wunkolo Wunkolo added the enhancement New feature or request label Feb 5, 2025
Only `0` is explicitly checked for, allowing negative values to be sentinels to allow for infinite iteration rather than `has_value` and `value_or` checks.
@Wunkolo Wunkolo merged commit 048a3b5 into dev Feb 5, 2025
3 checks passed
@Wunkolo Wunkolo deleted the recursive-depth branch February 5, 2025 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant