Auto-generates help text from command metadata.
Renders a formatted help page to stdout including usage line, description,
subcommands, arguments, options (with defaults, env vars, choices), param
groups, and built-in flags (--help, --version).
Supports short help (-h) and long help (--help) modes. When long help
is available (via long_about or long_help), --help displays the
extended version while -h displays the short version.
Summary
Functions
Print formatted help for a command to stdout.