-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add completion for fish shell #2337
Comments
We are using a library called cobra for managing the CLI options parsing. There is a PR opened for adding fish completion, but it has not been merged yet: spf13/cobra#754 |
Is this independent from cozy-stack ? I mean, as soon as cobra will merge this PR, will the fish completion be working in cozy-stack, or will you have to create a completion file, as for bash and zsh ? |
When the PR will be merged, we will update https://github.com/cozy/cozy-stack/blob/master/cmd/completion.go, and use it to generate the completion file for fish. |
Ok, great. |
Currently, only bash and zsh completions are supported by cozy-stack CLI. As fish shell is getting more and more popular among user-friendly shells, I think it deserves its own completion.
The text was updated successfully, but these errors were encountered: