pub fn render(spec: &Spec<'_>, cmd: &Command<'_>, long: bool) -> Option<String>
The page a help request asks for, ready to print.
The two forms differ as clap has them: -h is the short one and --help the long one.
-h
--help