Changes from code review

This commit is contained in:
Naveen Gogineni
2022-10-11 09:18:57 -04:00
parent 59095aa762
commit a9d6b0d821
3 changed files with 31 additions and 26 deletions

View File

@@ -1901,6 +1901,7 @@ func TestApp_Run_CommandHelpName(t *testing.T) {
}
cmd := &Command{
Name: "foo",
HelpName: "custom",
Description: "foo commands",
Subcommands: []*Command{subCmd},
}