Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/examples/tutorial_builder/
D04_04_custom.rs24 let matches = cmd.get_matches_mut(); in main()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs512 pub fn get_matches_mut(&mut self) -> ArgMatches { in get_matches_mut() method