Add missing state command to command list
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
f0f0c3e0dc
commit
79de8a2fc5
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ var contSubCmds = []cli.Command{
|
||||||
pauseCommand,
|
pauseCommand,
|
||||||
resumeCommand,
|
resumeCommand,
|
||||||
startCommand,
|
startCommand,
|
||||||
|
stateCommand,
|
||||||
statsCommand,
|
statsCommand,
|
||||||
watchCommand,
|
watchCommand,
|
||||||
updateCommand,
|
updateCommand,
|
||||||
|
|
Loading…
Add table
Reference in a new issue