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