Home
last modified time | relevance | path

Searched refs:overrides_with (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dposix_compatible.rs10 .overrides_with("flag"), in flag_overrides_itself()
24 .overrides_with("opt"), in option_overrides_itself()
41 .overrides_with("color") in posix_compatible_flags_long()
56 .overrides_with("color") in posix_compatible_flags_long_rev()
71 .overrides_with("color") in posix_compatible_flags_short()
86 .overrides_with("color") in posix_compatible_flags_short_rev()
99 .arg(arg!(--flag <flag> "some flag").overrides_with("color")) in posix_compatible_opts_long()
114 .arg(arg!(--flag <flag> "some flag").overrides_with("color")) in posix_compatible_opts_long_rev()
129 .arg(arg!(--flag <flag> "some flag").overrides_with("color")) in posix_compatible_opts_long_equals()
144 .arg(arg!(--flag <flag> "some flag").overrides_with("color")) in posix_compatible_opts_long_equals_rev()
[all …]
Dapp_settings.rs969 .overrides_with("opt") in aaos_opts_w_other_overrides()
996 .overrides_with("opt") in aaos_opts_w_other_overrides_rev()
1017 .overrides_with("other") in aaos_opts_w_other_overrides_2()
1040 .overrides_with("other") in aaos_opts_w_other_overrides_rev_2()
1066 .overrides_with("other") in aaos_opts_w_override_as_conflict_1()
1089 .overrides_with("other") in aaos_opts_w_override_as_conflict_2()
Darg_matches.rs40 .overrides_with("color"), in ids_ignore_overridden()
/third_party/rust/crates/clap/clap_bench/benches/
D05_ripgrep.rs412 .arg(flag("heading").overrides_with("no-heading")) in cmd()
413 .arg(flag("no-heading").overrides_with("heading")) in cmd()
/third_party/rust/crates/clap/tests/derive/
Dflags.rs288 #[arg(long, action = ArgAction::SetTrue, overrides_with = "arg")] in unit_for_negation()
/third_party/rust/crates/clap/clap_mangen/tests/
Dcommon.rs259 .overrides_with("config"), in hidden_option_command()
/third_party/rust/crates/clap/src/builder/
Darg.rs3648 pub fn overrides_with(mut self, arg_id: impl IntoResettable<Id>) -> Self { in overrides_with() method
/third_party/rust/crates/clap/
DCHANGELOG.md522 - *(assert)* Ensure `overrides_with` IDs are valid
523 - *(assert)* Ensure no self-`overrides_with` now that Actions replace it
868 - `Arg::overrides_with` always override `Arg::required`, not just when the parser processes an over…