mirror of
https://github.com/ko-build/ko.git
synced 2025-07-15 23:54:17 +02:00
Added command completion (#49)
* Enable command completion (#27) * Added documentation (#27)
This commit is contained in:
committed by
jonjohnsonjr
parent
93ba9aa496
commit
0af2e5e8a9
@ -29,4 +29,5 @@ func AddKubeCommands(topLevel *cobra.Command) {
|
||||
addResolve(topLevel)
|
||||
addPublish(topLevel)
|
||||
addRun(topLevel)
|
||||
addCompletion(topLevel)
|
||||
}
|
||||
|
Reference in New Issue
Block a user