Skip to main content

maybe_tool_help

Function maybe_tool_help 

Source
pub fn maybe_tool_help(
    commands: &[CommandDef],
    remaining: &[String],
    pre: &GlobalArgs,
) -> Result<bool>
Expand description

If remaining is TOOL --help/-h, emit help and return true.