Function handle_help
pub fn handle_help(matches: &Matches, args: &[String]) -> boolExpand description
Handle help options in the order they are provided, ignoring other flags. Returns if any options were handled Handled options:
-h/--help/empty arguments-Z help-C helpNOTE:-W helpis NOT handled here, as additional lints may be loaded.