Merge branch 'hidden_command' of https://github.com/psmit/cli into psmit-hidden_command
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user