-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[fish] Flags are not completed after first flag has been completed #1212
Comments
The issue here is the usage of the
If you drop this function entirely (which I understand was introduced to fix subcommand completion; #687, /ping @wdv4758h), flag completions >1 work again, i.e.
|
this issue fix so fast, nice 👍 |
I'm putting out the new version in just a minute :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust Version
rustc 1.24.1 (d3ae9a9e0 2018-02-27)
Affected Version of clap
v2.31.1
Expected Behavior Summary
Actual Behavior Summary
The text was updated successfully, but these errors were encountered: