Skip to main content

cli_manual_to_text

Function cli_manual_to_text 

Source
pub fn cli_manual_to_text(nodes: &[CliManualNode]) -> String
Expand description

Render a flat list of manual nodes as human-readable reference text.

This is the default (--manual with no format flag) shape: a markdown-ish reference page, one section per command path. Used by #[cli]-generated --manual handling.