pub fn cli_manual_to_text(nodes: &[CliManualNode]) -> StringExpand 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.