kaniko/vendor/github.com/spf13/cobra
priyawadhwa d3e526761f Initial skeleton for executor (#22)
* Moving over kbuild executable code and adding unit tests

* Moved most file over into this repo

* delete non go files from vendor

WIP

WIP

* Removed unnecessary vendor files

* Added makefile, travis yaml, boilerplate stuff

Added .gitignore

Update vendor

Fixed linting errors

Reorganized pkg

Fixed travis

* Moved image source into separate package

* Removed vendor and logic

* Initial skeleton
2018-02-20 19:05:54 -08:00
..
cobra/cmd Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
LICENSE.txt Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
args.go Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
bash_completions.go Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
cobra.go Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
command.go Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
command_notwin.go Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
command_win.go Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
zsh_completions.go Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00