pub fn help_command_docs(
app_name: &str,
app_version: Option<&str>,
root: &Command,
docs: &DocRegistry,
theme: &HelpTheme,
args: &HelpArgs,
) -> Result<()>Expand description
like help_command but with an attached DocRegistry.