mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Adding new command 'lock'
This commit is contained in:
parent
f2f980f5bc
commit
06249f0ee6
@ -69,6 +69,13 @@ func init() {
|
|||||||
}, nil
|
}, nil
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"lock": func() (cli.Command, error) {
|
||||||
|
return &command.LockCommand{
|
||||||
|
ShutdownCh: makeShutdownCh(),
|
||||||
|
Ui: ui,
|
||||||
|
}, nil
|
||||||
|
},
|
||||||
|
|
||||||
"members": func() (cli.Command, error) {
|
"members": func() (cli.Command, error) {
|
||||||
return &command.MembersCommand{
|
return &command.MembersCommand{
|
||||||
Ui: ui,
|
Ui: ui,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user