help_formatter library

Classes

HelpFormatter
The customization boundary for rendering a CommandRegistry as help text.
MambaColors
MambaHelpFormatter
Renders a CommandRegistry as ANSI-styled command-line help text.

Extension Types

EntryDescriptionString
A yellow description for a help entry.
FormattedString
An ANSI-styled fragment that a help formatter can compose safely.
OptionalString
A styled help fragment enclosed in optional square brackets.
OrString
Joins mutually exclusive alternatives.
PairString
Joins members that must be supplied together.
RequiredString
A styled help fragment that must be supplied.
SectionTitleString
A green title for a help section.
SelectionString
Joins members that can be selected independently.