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
0.4.1
Zsh completions won't complete when an alias is used as subcommand.
If you ask for completions:
cargo d <TAB>
Nothing happens.
Completions should suggest files, as they do for:
cargo decompress <TAB>
This is likely an issue with 'clap_complete' that needs to be reported.
The text was updated successfully, but these errors were encountered:
upstream issue: clap-rs/clap#4265
Sorry, something went wrong.
Sourcing the completion script and then running test will not suggest bar and test bar will not suggest --my-flag.
The first bug was solved, but the second still exists.
ouch <TAB> suggests d as well as decompress.
ouch <TAB>
d
decompress
No branches or pull requests
Version
0.4.1
Description
Zsh completions won't complete when an alias is used as subcommand.
Current Behavior
If you ask for completions:
Nothing happens.
Expected Behavior
Completions should suggest files, as they do for:
Additional Information
This is likely an issue with 'clap_complete' that needs to be reported.
The text was updated successfully, but these errors were encountered: