diff --git a/commands.go b/commands.go index e96efba..2c463e5 100644 --- a/commands.go +++ b/commands.go @@ -125,6 +125,11 @@ var commandExec = &cli.Command{ Usage: "Specify the Config file.", Value: "spec.yaml", }, + &cli.BoolFlag{ + Name: "verbose", + Aliases: []string{"v"}, + Usage: "Verbose", + }, }, }