Home
last modified time | relevance | path

Searched defs:get_matches (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dpropagate_globals.rs23 fn get_matches(cmd: Command, argv: &'static str) -> ArgMatches { in get_matches() function
/third_party/rust/crates/clap/src/builder/
Dcommand.rs489 pub fn get_matches(self) -> ArgMatches { in get_matches() method