Home
last modified time | relevance | path

Searched refs:overrides_with (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
H A 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("colo in posix_compatible_opts_long_equals_rev()
[all...]
H A 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()
H A Darg_matches.rs40 .overrides_with("color"), in ids_ignore_overridden()
/third_party/rust/crates/clap/clap_mangen/tests/
H A Dcommon.rs259 .overrides_with("config"), in basic_command()
/third_party/rust/crates/clap/clap_bench/benches/
H A 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/
H A Dflags.rs288 #[arg(long, action = ArgAction::SetTrue, overrides_with = "arg")] in unit_for_negation()
/third_party/rust/crates/clap/src/builder/
H A Darg.rs729 /// [override]: Arg::overrides_with()
3416 /// [override]: Arg::overrides_with()
3492 /// [override]: Arg::overrides_with()
3638 /// .overrides_with("flag"))
3649 pub fn overrides_with(mut self, arg_id: impl IntoResettable<Id>) -> Self { in overrides_with() functions

Completed in 9 milliseconds