main: add the taint command

This commit is contained in:
Mitchell Hashimoto 2015-02-26 10:29:51 -08:00
parent 4ec31ecb95
commit b06a88d1ab
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@ func init() {
}, nil
},
"taint": func() (cli.Command, error) {
return &command.TaintCommand{
Meta: meta,
}, nil
},
"version": func() (cli.Command, error) {
return &command.VersionCommand{
Meta: meta,