Skip to content
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 missing completion support for fish and PowerShell shells #1928

Closed
tuhtah opened this issue Mar 22, 2024 · 0 comments · Fixed by #1929
Closed

Add missing completion support for fish and PowerShell shells #1928

tuhtah opened this issue Mar 22, 2024 · 0 comments · Fixed by #1929
Labels
kind/feature New feature or request

Comments

@tuhtah
Copy link
Contributor

tuhtah commented Mar 22, 2024

Feature request

CLI completion support for the Bash and ZSH shell is provided using the underlying spf13/cobra library. Cobra additionally supports fish and PowerShell completion support out of the box, see: Generating shell completions

Use case

Other than providing the same discoverability and convenience for fish and PowerShell users it will bring the kn client in line with other plugins (e.g. quickstart) that have chosen to enable completion support for all 4 supported shells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant