Commit b06a88d1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto
Browse files

main: add the taint command

parent 4ec31ecb
Showing with 6 additions and 0 deletions
+6 -0
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment