Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/app/
Dmod.rs1639 if let Err(e) = self.p.get_matches_with(&mut matcher, &mut it.peekable()) { in get_matches_from_safe_borrow()
Dparser.rs883 pub fn get_matches_with<I, T>( in get_matches_with() function
1382 sc.p.get_matches_with(&mut sc_matcher, it)?; in parse_subcommand()