-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Error messages when completing show command on zsh #2005
Labels
Milestone
Comments
I'm afraid I don't know much about shell completion and don't use zsh myself. Maybe someone else is able to help. |
The same for lots of subcommands, e.g.
It looks like the syntax of _arguments is incorrect |
Should be solved by something similar to #2044, I guess. |
rockorager
added a commit
to rockorager/gopass
that referenced
this issue
Apr 29, 2022
Fix various errors in zsh completions. - Escape square brackets - Don't print '_describe...'' if there are no subcommands RELEASE_NOTES=[BUGFIX] fix errors in zsh completions Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
rockorager
added a commit
to rockorager/gopass
that referenced
this issue
Apr 30, 2022
Fix various errors in zsh completions. - Escape square brackets - Don't print '_describe...'' if there are no subcommands RELEASE_NOTES=[BUGFIX] fix errors in zsh completions Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
dominikschulz
pushed a commit
that referenced
this issue
May 1, 2022
Version |
kpitt
pushed a commit
to kpitt/gopass
that referenced
this issue
Jul 21, 2022
Fix various errors in zsh completions. - Escape square brackets - Don't print '_describe...'' if there are no subcommands RELEASE_NOTES=[BUGFIX] fix errors in zsh completions Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Tab completion for the show command on zsh outputs the following error messages:
This happens when:
The completion still works though.
Steps To Reproduce
Expected behavior
No error messages.
Environment
The text was updated successfully, but these errors were encountered: