Searched refs:InferSubcommands (Results 1 – 5 of 5) sorted by relevance
47 #[structopt(setting = AppSettings::InferSubcommands)] in issue_289()54 #[structopt(setting = AppSettings::InferSubcommands)] in issue_289()
127 InferSubcommands => Flags::INFER_SUBCOMMANDS,692 InferSubcommands, enumerator1023 "infersubcommands" => Ok(AppSettings::InferSubcommands), in from_str()1188 AppSettings::InferSubcommands in app_settings_fromstr()
708 if !self.is_set(AS::InferSubcommands) { in possible_subcommand()1031 && !self.is_set(AS::InferSubcommands) in get_matches_with()1169 && !self.is_set(AS::InferSubcommands) in get_matches_with()1177 } else if !has_args || self.is_set(AS::InferSubcommands) && self.has_subcommands() { in get_matches_with()
8 #[structopt(setting = AppSettings::InferSubcommands)]
610 * **InferSubcommands:** adds a setting to allow one to infer shortened subcommands or aliases (i.e…