Browse Source

Merge pull request 'jpictl: fixup the verbosity flag to obey line limit' (#17)

Reviewed-on: #17
pull/20/head
Alejandro Mery 1 year ago
parent
commit
046c9a508b
  1. 3
      cmd/jpictl/main.go

3
cmd/jpictl/main.go

@ -28,7 +28,8 @@ func main() {
} }
func init() { func init() {
rootCmd.PersistentFlags().CountVarP(&verbosity, "verbosity", "v", "increase the verbosity level to Warn, Info or Debug") rootCmd.PersistentFlags().CountVarP(&verbosity, "verbosity", "v",
"increase the verbosity level to Warn, Info or Debug")
} }
func setVerbosity(_ *cobra.Command, _ []string) { func setVerbosity(_ *cobra.Command, _ []string) {

Loading…
Cancel
Save