pub fn cli_render_help(cmd: &Command, subcommand_path: &[&str]) -> StringExpand description
Render recursive plain-text help for a clap command tree.
Walks to the subcommand identified by subcommand_path (empty = root),
then recursively expands all descendant subcommands into a single output.
Requires the cli-help feature.