/go-multi-command

An example of multi-command like docker, kubectl, or helm

Primary LanguageGoMIT LicenseMIT

go-multi-command

An example of multi-command like docker, kubectl, or helm. It uses Cobra.

Install

$ go get github.com/jkamenik/go-multi-command
$ go get
$ go build

Adding a new command

$ cobra add command
$ vi cmd/command.go