add tests

This commit is contained in:
Tristan Zajonc
2015-08-12 22:14:26 -07:00
parent cc46ca1020
commit c7aac252f1
3 changed files with 95 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ type Command struct {
// Boolean to hide built-in help command
HideHelp bool
// Name of command for help, defaults to full command name
// Full name of command for help, defaults to full command name, including parent commands.
HelpName string
commandNamePath []string
}