Skip to content

Commit

Permalink
Merge pull request #127 from kazubu/feature/exec_verbose
Browse files Browse the repository at this point in the history
added verbose option in tinet exec
  • Loading branch information
slankdev authored Jul 1, 2024
2 parents 694d3fc + f9d23c0 commit 297d4d7
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 297d4d7

Please sign in to comment.