jpictl: fixup the verbosity flag to obey line limit #17

Merged
amery merged 1 commits from fixup-karasz-verbosity into main 2023-09-11 17:47:12 +02:00
+2 -1
View File
@@ -28,7 +28,8 @@ func main() {
}
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) {