This commit is contained in:
Michael Schuett
2019-01-27 01:44:36 -05:00
parent ff1c0b58dd
commit 7c383b0d16
3 changed files with 13 additions and 13 deletions

View File

@@ -1052,7 +1052,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 {