Merge branch 'master' into patch-2

This commit is contained in:
Audrius Butkevicius
2018-10-29 21:19:45 +00:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ type Command struct {
// Boolean to hide this command from help or completion
Hidden bool
// Boolean to enable short-option handling so user can combine several
// single-character bool arguements into one
// single-character bool arguments into one
// i.e. foobar -o -v -> foobar -ov
UseShortOptionHandling bool