Skip to content

Commit 297d4d7

Browse files
authored
Merge pull request #127 from kazubu/feature/exec_verbose
added verbose option in tinet exec
2 parents 694d3fc + f9d23c0 commit 297d4d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commands.go

+5
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ var commandExec = &cli.Command{
125125
Usage: "Specify the Config file.",
126126
Value: "spec.yaml",
127127
},
128+
&cli.BoolFlag{
129+
Name: "verbose",
130+
Aliases: []string{"v"},
131+
Usage: "Verbose",
132+
},
128133
},
129134
}
130135

0 commit comments

Comments
 (0)