adds the spec required state command

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2016-03-01 10:59:34 -06:00
parent 146643f1f9
commit 171e8f4818
2 changed files with 70 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ func main() {
resumeCommand,
specCommand,
startCommand,
stateCommand,
}
app.Before = func(context *cli.Context) error {
if context.GlobalBool("debug") {