Lines Matching defs:get_matches
38 /// the [`Command::get_matches`] family of methods starts the runtime-parsing
65 /// .get_matches();
69 /// [`Command::get_matches`]: Command::get_matches()
484 /// .get_matches();
489 pub fn get_matches(self) -> ArgMatches {
495 /// Like [`Command::get_matches`] but doesn't consume the `Command`.
511 /// [`Command::get_matches`]: Command::get_matches()
570 /// [`Command::get_matches`]: Command::get_matches()
1013 /// .get_matches();
1038 /// .get_matches();
1147 /// .get_matches();
1172 /// .get_matches();
1246 /// .get_matches();
1274 /// # .get_matches();
1289 /// # .get_matches();
1403 /// // continued logic goes here, such as `cmd.get_matches()` etc.