Skip to content

Commit

Permalink
added verbose option in tinet exec
Browse files Browse the repository at this point in the history
  • Loading branch information
kazubu committed Jun 30, 2024
1 parent d6c50f9 commit f7a5e49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
}

Expand Down

0 comments on commit f7a5e49

Please sign in to comment.