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