Expand description
Help renderer — called from generated help() method.
You don’t normally use this module directly; it is driven by
the #[derive(CliOptions)] macro.
Structs§
- Help
Section - A named section in the help output (e.g. “Arguments”, “Assets”).
Enums§
- Help
Entry - A single line within a
HelpSection.
Functions§
- render
- Render a complete help page to stderr.