mirror of
https://github.com/ko-build/ko.git
synced 2025-07-15 23:54:17 +02:00
Use default completion
command provided by cobra. (#522)
* Use default `completion` command provided by cobra. `cobra` provides default `completion` subcommand. It supports bash, zsh, fish, and powershell by default. * update docs
This commit is contained in:
@ -32,7 +32,6 @@ func AddKubeCommands(topLevel *cobra.Command) {
|
||||
addBuild(topLevel)
|
||||
addRun(topLevel)
|
||||
addDeps(topLevel)
|
||||
addCompletion(topLevel)
|
||||
}
|
||||
|
||||
// check if kubectl is installed
|
||||
|
Reference in New Issue
Block a user