Home
last modified time | relevance | path

Searched refs:ArgsNegateSubcommands (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dapp_settings.rs44 ArgsNegateSubcommands, enumerator
114 ArgsNegateSubcommands
Dcommand.rs2838 self.setting(AppSettings::ArgsNegateSubcommands) in args_conflicts_with_subcommands()
2840 self.unset_setting(AppSettings::ArgsNegateSubcommands) in args_conflicts_with_subcommands()
3710 self.is_set(AppSettings::ArgsNegateSubcommands) in is_args_conflicts_with_subcommands_set()
3844 if self.is_set(AppSettings::ArgsNegateSubcommands) { in _build_self()
/third_party/rust/crates/clap/
DCHANGELOG.md1982 * when `AppSettings::SubcommandsNegateReqs` and `ArgsNegateSubcommands` are used, a new more accu…
2077 * **ArgsNegateSubcommands:** disables args being allowed between subcommands ([5e2af8c9](https://g…