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
Provide Bash & (already available) Zsh completion for command line options.
This is already supported by the argument parsing library currently used in toolbox (https://github.com/spf13/cobra/blob/master/shell_completions.md).
The text was updated successfully, but these errors were encountered:
@travier I've created this PR:
#840
It is still a WIP and needs some work, but it is able to generate the Zsh completions by using
toolbox completion zsh
That will output the completions to stdout.
If you could check them works as expected from a Zsh user POV would be great.
Sorry, something went wrong.
Thanks! Will take a look.
This has been fixed by #840.
Add fish to the list of optional build dependencies
50a457b
See: containers/toolbox@bafbbe81c9220cb3 containers/toolbox#836
No branches or pull requests
Provide
Bash &(already available) Zsh completion for command line options.This is already supported by the argument parsing library currently used in toolbox (https://github.com/spf13/cobra/blob/master/shell_completions.md).
The text was updated successfully, but these errors were encountered: