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

[fish] Flags are not completed after first flag has been completed #862

Closed
zx8 opened this issue Mar 19, 2018 · 1 comment
Closed

[fish] Flags are not completed after first flag has been completed #862

zx8 opened this issue Mar 19, 2018 · 1 comment
Labels
bug A bug.

Comments

@zx8
Copy link

zx8 commented Mar 19, 2018

What version of ripgrep are you using?

ripgrep 0.8.1

Expected Behavior Summary

$ rg --<TAB>
# list of completions
$ rg --no-follow --<TAB>
# list of completions

Actual Behavior Summary

$ rg --<TAB>
# works - list of completions
$ rg --no-follow --<TAB>
# broken - no completions

Cross-post of clap-rs/clap#1212 – fixed in clap v2.31.2.

Would it be possible to bump ripgrep's clap dependency to pick up the fix (or manually generate the fish completions again using the fixed version of clap)?

@BurntSushi
Copy link
Owner

This was fixed in 34abed5

@BurntSushi BurntSushi added the bug A bug. label Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug.
Projects
None yet
Development

No branches or pull requests

2 participants