-
-
Notifications
You must be signed in to change notification settings - Fork 843
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
[BUG] - complete: nosort: invalid option name #1407
Comments
Same will happen on Centos 7. |
Removing that should be fine. It just means the completion results will be sorted. |
|
macOS user here, and this is indeed occurring for me too. :) |
this has been reported in clap-rs/clap#5190, but not fixed yet |
I made a PR to fix this. The issue should be resolved after next release of clap-rs. |
I think the clap-rs v4.4.13 released today is including the change. |
Checks
Describe the bug you encountered:
Using bash completion on older distros like Amazon Linux 2(EOL: 2025-06-30) causes an error message when logging in:
./fd.bash: line 170: complete: nosort: invalid option name
I removed
-o nosort
but unsure how it would affect the indented functionality of the shell completion.Describe what you expected to happen:
No response
What version of
fd
are you using?fd 8.7.1
Which operating system / distribution are you on?
The text was updated successfully, but these errors were encountered: