pub fn render_help(cmd: &Command, topic: &[String]) -> StringExpand description
Render the curated help surface to a String instead of stdout.
print_help is a thin write_stdout(&render_help(..)) wrapper over
this, so the bytes are identical. Extracted so in-process tests can
assert on help prose without spawning the binary (HeddleCo/heddle#381).