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
Both github.com/urfave/cli and github.com/spf13/cobra have ways to automatically generate the bash completion information from our command structures.
The best long-term strategy is probably to switch to Cobra, and just use their functionality. Then users can get their completions just by running:
fscrypt completion bash
We would then be able to move completion logic into Go, and gain support for Bash, ZSH, and fish
The text was updated successfully, but these errors were encountered:
I am using Zsh. Please make completion in Zsh a reality!
Sorry, something went wrong.
No branches or pull requests
Both github.com/urfave/cli and github.com/spf13/cobra have ways to automatically generate the bash completion information from our command structures.
The best long-term strategy is probably to switch to Cobra, and just use their functionality. Then users can get their completions just by running:
We would then be able to move completion logic into Go, and gain support for Bash, ZSH, and fish
The text was updated successfully, but these errors were encountered: