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
spf13/cobra has native support for this. See https://github.com/knative/client/blob/master/pkg/kn/commands/completion.go
spf13/cobra
This enables kn commands to be tab-completed, with source <(kn completion)
kn
source <(kn completion)
The text was updated successfully, but these errors were encountered:
Added command completion (#49)
0af2e5e
* Enable command completion (#27) * Added documentation (#27)
This was fixed by #49
Sorry, something went wrong.
No branches or pull requests
spf13/cobra
has native support for this. See https://github.com/knative/client/blob/master/pkg/kn/commands/completion.goThis enables
kn
commands to be tab-completed, withsource <(kn completion)
The text was updated successfully, but these errors were encountered: