Home
last modified time | relevance | path

Searched refs:possible_subcommand (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/clap/src/app/
Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()