From f7d5e2c21e4cca02de26a7f448d69f4dac531af7 Mon Sep 17 00:00:00 2001 From: Lynn Cyrin Date: Thu, 11 Jul 2019 20:22:16 -0700 Subject: [PATCH] reduce diff --- flag_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {