main: add the taint command

pull/1065/head
Mitchell Hashimoto 11 years ago
parent 4ec31ecb95
commit b06a88d1ab

@ -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,

Loading…
Cancel
Save