-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
"invalid option definition" in ripgrep Zsh completion #771
Labels
Comments
Thanks for taking the time to file all this! I'll look into it tonight and post back here with anything I find. |
kbknapp
added
A-completion
Area: completion generator
P2: need to have
C-bug
Category: Updating dependencies
labels
Dec 8, 2016
Actually, looking at this real quick I think it's because in this line:
the |
This is fixed in #772 Once that merges I'll put v2.19.2 on crates.io |
I can confirm that it works now, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust Version
Affected Version of clap
Expected Behavior Summary
To see the completion
Actual Behavior Summary
ripgrep v0.3.2
ripgrep
's zsh completion does not work and executing completion forrg --
throws these messages(note: I triedrustup
too and it worked):I cannot create a gist(company proxy) so I will put here the generated completion:
Steps to Reproduce the issue
git clone -b 0.3.2 https://github.com/BurntSushi/ripgrep.git
cd ripgrep && cargo build
sudo cp ./target/debug/build/*/out/_rg /usr/share/zsh/functions/Completion/Linux/
ripgrep/target/debug/rg --
The text was updated successfully, but these errors were encountered: