CommandHelp¶
CommandHelp encapsulates the information needed to generate a user help
message for a given CommandSpec, optionally with a specific command
identified to print help about. Use Help.general()
or Help.for_command()
to create a CommandHelp instance.
Public Functions¶
fullname¶
Returns¶
- String val
string¶
Returns¶
- String val
help_string¶
Renders the help message as a String.
Returns¶
- String val
print_help¶
Prints the help message to an OutStream.
Parameters¶
- os: OutStream tag
Returns¶
- None val