Merge pull request #229 from mrunalp/fix_state_cmd
Add missing state command to command list
This commit is contained in:
commit
c0a78ae10d
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…
Reference in a new issue