Compare commits
2 Commits
6aec17d079
...
046c9a508b
| Author | SHA1 | Date | |
|---|---|---|---|
| 046c9a508b | |||
|
f6766547f9
|
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user