pub fn find_matching<'a>( command: &str, patterns: &'a [Pattern], ) -> Option<&'a Pattern>
Find the first pattern whose command_match matches command.
command_match
command