Home
last modified time | relevance | path

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

/external/rust/crates/structopt/src/
Dlib.rs1090 Self::from_clap(&Self::clap().get_matches()) in from_args()
/external/rust/crates/clap/src/
Dlib.rs594 Self::from_argmatches(Self::into_app().get_matches()) in parse()
/external/rust/cxx/gen/cmd/src/
Dapp.rs60 let matches = app().get_matches(); in from_args()
/external/rust/crates/clap/
DREADME.md178 .get_matches();
265 let matches = App::from_yaml(yaml).get_matches();
337 App::new("fake").version("v1.0-beta").get_matches();
DCHANGELOG.md1806 * **Safe Matches:** using 'safe' forms of the get_matches family no longer exit the process ([c470…
/external/rust/crates/clap/src/app/
Dmod.rs1459 pub fn get_matches(self) -> ArgMatches<'a> { in get_matches() method
/external/rust/crates/criterion/src/
Dlib.rs853 .get_matches(); in configure_from_args()