Compare commits
8 Commits
c9314b3b7c
..
v0.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3de7fcb605 | |||
| d0b0698c10 | |||
| 2a2e6c121e | |||
| 24059dc9ee | |||
| bedf62977f | |||
| 5abb4c2f92 | |||
| 046c9a508b | |||
|
f6766547f9
|
+2
-1
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user