Fix verbosity flag not show in usage (#1425)

This commit is contained in:
Ta-Ching Chen
2019-11-21 12:36:50 +08:00
committed by GitHub
parent 30d24a85b5
commit af10579be9
5 changed files with 44 additions and 17 deletions
+1
View File
@@ -31,6 +31,7 @@ type (
FlagType = int
FlagSet struct {
Global []Flag
Required []Flag
Optional []Flag
}