Constructs a new HelpCommand instance.
Chain of commands leading to this command.
Gets the name of the command.
Sets the description of the command
Gets the description of the command
Searches for a subcommand with the specified name.
Adds a subcommand.
Adds a subcommand.
Adds an option.
Adds a flag.
Adds an option or flag from formatted string.
Adds an argument.
Adds an argument from formatted string.
Sets the action delegate to be executed for this command. The default action is to print help for the command.
Gets the usage string for this command.
Prints help for the command.
Prints an error message to stderr.
Prints an error message to stderr and exits with status.
Command to display help for commands.