mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
remove panicking and added usage (#6208)
This commit is contained in:
committed by
Brian Kassouf
parent
b888adec50
commit
75266af3d3
@@ -425,6 +425,11 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) {
|
||||
BaseCommand: getBaseCommand(),
|
||||
}, nil
|
||||
},
|
||||
"print": func() (cli.Command, error) {
|
||||
return &PrintCommand{
|
||||
BaseCommand: getBaseCommand(),
|
||||
}, nil
|
||||
},
|
||||
"print token": func() (cli.Command, error) {
|
||||
return &PrintTokenCommand{
|
||||
BaseCommand: getBaseCommand(),
|
||||
|
||||
Reference in New Issue
Block a user