Lines Matching refs:conflicts_with
728 /// [Conflicting]: Arg::conflicts_with()
3190 /// [Conflicting]: Arg::conflicts_with()
3269 /// [Conflicting]: Arg::conflicts_with()
3415 /// [Conflicting]: Arg::conflicts_with()
3491 /// [Conflicting]: Arg::conflicts_with()
3518 /// (i.e. if A conflicts with B, defining A.conflicts_with(B) is sufficient. You do not
3519 /// need to also do B.conflicts_with(A))
3532 /// .conflicts_with("debug")
3543 /// .conflicts_with("debug")
3559 pub fn conflicts_with(mut self, arg_id: impl IntoResettable<Id>) -> Self {
3570 /// See [`Arg::conflicts_with`].
3576 /// (i.e. if A conflicts with B, defining A.conflicts_with(B) is sufficient. You do not need
3577 /// need to also do B.conflicts_with(A))
3610 /// [`Arg::conflicts_with`]: Arg::conflicts_with()
3627 /// **NOTE:** Overriding an argument implies they [conflict][Arg::conflicts_with`].
3635 /// .conflicts_with("debug"))
3674 /// .conflicts_with("color"))