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
--mindepth
--min-depth
As of #323, fd supports a --maxdepth alias. However, no such alias exists for --min-depth so the following, seemingly correct command fails:
fd
--maxdepth
$ fd --maxdepth=3 --mindepth=2 error: unexpected argument '--mindepth' found tip: a similar argument exists: '--min-depth' Usage: fd --max-depth <depth> --min-depth <depth> [pattern] [path]... For more information, try '--help'.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As of #323,
fd
supports a--maxdepth
alias. However, no such alias exists for--min-depth
so the following, seemingly correct command fails:The text was updated successfully, but these errors were encountered: