Searched refs:subcmd_name (Results 1 – 2 of 2) sorted by relevance
31 subcmd_name: Option<String>, in validate()77 if !(self.0.is_set(AS::SubcommandsNegateReqs) && subcmd_name.is_some()) && !reqs_validated { in validate()
911 let mut subcmd_name: Option<String> = None; in get_matches_with() localVariable954 subcmd_name = Some(sc_name.to_owned()); in get_matches_with()1206 if let Some(ref pos_sc_name) = subcmd_name { in get_matches_with()1249 Validator::new(self).validate(needs_val_of, subcmd_name, matcher) in get_matches_with()