Merge remote-tracking branch 'origin/v1' into merging-from-v1
This commit is contained in:
@@ -896,6 +896,7 @@ func TestApp_Run_CommandWithSubcommandHasHelpTopic(t *testing.T) {
|
||||
Name: "foo",
|
||||
Description: "descriptive wall of text about how it does foo things",
|
||||
Subcommands: []*Command{subCmdBar, subCmdBaz},
|
||||
Action: func(c *Context) error { return nil },
|
||||
}
|
||||
|
||||
app.Commands = []*Command{cmd}
|
||||
|
Reference in New Issue
Block a user