command/delete

This commit is contained in:
Mitchell Hashimoto 2015-04-07 11:16:08 -07:00
parent 7a54437355
commit 3d33486d29

View file

@ -82,6 +82,12 @@ func init() {
}, nil
},
"delete": func() (cli.Command, error) {
return &command.DeleteCommand{
Meta: meta,
}, nil
},
"revoke": func() (cli.Command, error) {
return &command.RevokeCommand{
Meta: meta,