handle_help

Function handle_help 

pub fn handle_help(matches: &Matches, args: &[String]) -> bool
Expand 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 help NOTE: -W help is NOT handled here, as additional lints may be loaded.