1
0
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:
Marek Schwarz
2019-07-09 02:04:58 +02:00
committed by jonjohnsonjr
parent 93ba9aa496
commit 0af2e5e8a9
3 changed files with 62 additions and 0 deletions

View File

@ -29,4 +29,5 @@ func AddKubeCommands(topLevel *cobra.Command) {
addResolve(topLevel)
addPublish(topLevel)
addRun(topLevel)
addCompletion(topLevel)
}