Skip to main content

render

Function render 

Source
pub fn render(spec: &Spec<'_>, cmd: &Command<'_>, long: bool) -> Option<String>
Expand description

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.