Compare commits
5 Commits
v0.6.0
..
c9314b3b7c
| Author | SHA1 | Date | |
|---|---|---|---|
| c9314b3b7c | |||
| 52774336c2 | |||
| 36f1619d69 | |||
| f1a3606016 | |||
| f18202b332 |
+1
-2
@@ -28,8 +28,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
rootCmd.PersistentFlags().CountVarP(&verbosity, "verbosity", "v",
|
rootCmd.PersistentFlags().CountVarP(&verbosity, "verbosity", "v", "increase the verbosity level to Warn, Info or Debug")
|
||||||
"increase the verbosity level to Warn, Info or Debug")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func setVerbosity(_ *cobra.Command, _ []string) {
|
func setVerbosity(_ *cobra.Command, _ []string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user