Searched refs:AllowExternalSubcommands (Results 1 – 5 of 5) sorted by relevance
90 AllowExternalSubcommands => Flags::ALLOW_UNK_SC,377 AllowExternalSubcommands, enumerator1009 "allowexternalsubcommands" => Ok(AppSettings::AllowExternalSubcommands), in from_str()1064 AppSettings::AllowExternalSubcommands in app_settings_fromstr()
102 && !(p.has_visible_subcommands() || p.is_set(AS::AllowExternalSubcommands)) in create_help_usage()146 if p.has_visible_subcommands() && incl_reqs || p.is_set(AS::AllowExternalSubcommands) { in create_help_usage()
1032 && !self.is_set(AS::AllowExternalSubcommands) in get_matches_with()1133 } else if self.is_set(AS::AllowExternalSubcommands) { in get_matches_with()
490 ::structopt::clap::AppSettings::AllowExternalSubcommands in gen_augment_clap_enum()
71 * **parser:** Better interaction between AllowExternalSubcommands and SubcommandRequired ([9601c95…111 * **AllowExternalSubcommands**: fixes a bug where external subcommands would be blocked by a simila…260 * adds '[SUBCOMMAND]' to usage strings with only AppSettings::AllowExternalSubcommands is used wi…