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.
pub fn maybe_tool_help(
commands: &[CommandDef],
remaining: &[String],
pre: &GlobalArgs,
) -> Result<bool>If remaining is TOOL --help/-h, emit help and return true.