command/auth-enable

This commit is contained in:
Mitchell Hashimoto
2015-04-01 17:09:11 -07:00
parent 9751f8c963
commit 1e6bc65763
4 changed files with 154 additions and 1 deletions

View File

@@ -31,6 +31,12 @@ func init() {
}, nil
},
"auth-enable": func() (cli.Command, error) {
return &command.AuthEnableCommand{
Meta: meta,
}, nil
},
"read": func() (cli.Command, error) {
return &command.ReadCommand{
Meta: meta,