Merge branch 'hidden_command' of https://github.com/psmit/cli into psmit-hidden_command

This commit is contained in:
Dan Buch
2016-05-03 05:50:36 -04:00
2 changed files with 7 additions and 2 deletions

View File

@@ -48,6 +48,8 @@ type Command struct {
SkipFlagParsing bool
// Boolean to hide built-in help command
HideHelp bool
// Boolean to hide this command from help or completion
Hidden bool
// Full name of command for help, defaults to full command name, including parent commands.
HelpName string