reduce diff

main
Lynn Cyrin 5 years ago
parent e6842c0b75
commit f7d5e2c21e
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

@ -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 {

Loading…
Cancel
Save