Searched refs:overrides_with (Results 1 – 8 of 8) sorted by relevance
10 .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 …]
969 .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()
40 .overrides_with("color"), in ids_ignore_overridden()
412 .arg(flag("heading").overrides_with("no-heading")) in cmd()413 .arg(flag("no-heading").overrides_with("heading")) in cmd()
288 #[arg(long, action = ArgAction::SetTrue, overrides_with = "arg")] in unit_for_negation()
259 .overrides_with("config"), in hidden_option_command()
3648 pub fn overrides_with(mut self, arg_id: impl IntoResettable<Id>) -> Self { in overrides_with() method
522 - *(assert)* Ensure `overrides_with` IDs are valid523 - *(assert)* Ensure no self-`overrides_with` now that Actions replace it868 - `Arg::overrides_with` always override `Arg::required`, not just when the parser processes an over…