diff --git a/flag_test.go b/flag_test.go index 45f3ac9..33c9eee 100644 --- a/flag_test.go +++ b/flag_test.go @@ -1053,7 +1053,7 @@ func TestParseBoolShortOptionHandle(t *testing.T) { a := App{ Commands: []Command{ { - Name: "foobar", + Name: "foobar", UseShortOptionHandling: true, Action: func(ctx *Context) error { if ctx.Bool("serve") != true {