Skip to main content

cli_render_help

Function cli_render_help 

Source
pub fn cli_render_help(cmd: &Command, subcommand_path: &[&str]) -> String
Expand 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.