Allow combining short flags globally

This commit is contained in:
Robert Liebowitz
2019-08-05 06:16:30 -04:00
parent 26945c58ed
commit 03153b9cf8
6 changed files with 277 additions and 104 deletions

View File

@@ -105,6 +105,7 @@ func flagSet(name string, flags []Flag) (*flag.FlagSet, error) {
f.Apply(set)
}
}
set.SetOutput(ioutil.Discard)
return set, nil
}