Searched refs:get_matches (Results 1 – 7 of 7) sorted by relevance
1090 Self::from_clap(&Self::clap().get_matches()) in from_args()
594 Self::from_argmatches(Self::into_app().get_matches()) in parse()
60 let matches = app().get_matches(); in from_args()
178 .get_matches();265 let matches = App::from_yaml(yaml).get_matches();337 App::new("fake").version("v1.0-beta").get_matches();
1806 * **Safe Matches:** using 'safe' forms of the get_matches family no longer exit the process ([c470…
1459 pub fn get_matches(self) -> ArgMatches<'a> { in get_matches() method
853 .get_matches(); in configure_from_args()