reduce diff
This commit is contained in:
parent
e6842c0b75
commit
f7d5e2c21e
@ -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…
Reference in New Issue
Block a user