Closed danielhelfand closed 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.
tekton-install
install
uninstall
list
Adding shell completion for a Cobra CLI is documented here.
The
tekton-install
root command should support tab completion for theinstall
,uninstall
, andlist
subcommands. This will help with typing out commands quicker.Adding shell completion for a Cobra CLI is documented here.