reduce diff

This commit is contained in:
Lynn Cyrin
2019-07-11 20:22:16 -07:00
parent e6842c0b75
commit f7d5e2c21e

View File

@@ -1053,7 +1053,7 @@ func TestParseBoolShortOptionHandle(t *testing.T) {
a := App{ a := App{
Commands: []Command{ Commands: []Command{
{ {
Name: "foobar", Name: "foobar",
UseShortOptionHandling: true, UseShortOptionHandling: true,
Action: func(ctx *Context) error { Action: func(ctx *Context) error {
if ctx.Bool("serve") != true { if ctx.Bool("serve") != true {