danielhelfand / tekton-install

CLI for Installing Tekton components on a Kubernetes cluster
Apache License 2.0
1 stars 0 forks source link

Shell Completion for tekton-install Root Command #20

Closed danielhelfand closed 4 years ago

danielhelfand commented 4 years ago

The tekton-install root command should support tab completion for the install, uninstall, and list subcommands. This will help with typing out commands quicker.

Adding shell completion for a Cobra CLI is documented here.