Lines Matching defs:exclusive
747 /// .exclusive(true)
751 /// Setting an exclusive argument and having any other arguments present at runtime
757 /// .arg(Arg::new("exclusive")
759 /// .exclusive(true)
760 /// .long("exclusive"))
765 /// "prog", "--exclusive", "file.conf", "file.txt"
773 pub fn exclusive(self, yes: bool) -> Self {
3512 /// This argument is mutually exclusive with the specified argument.
3523 /// **NOTE** [`Arg::exclusive(true)`] allows specifying an argument which conflicts with every other argument.
3557 /// [`Arg::exclusive(true)`]: Arg::exclusive()
3568 /// This argument is mutually exclusive with the specified arguments.
3579 /// **NOTE:** [`Arg::exclusive(true)`] allows specifying an argument which conflicts with every other argument.
3611 /// [`Arg::exclusive(true)`]: Arg::exclusive()
4040 /// Reports whether [`Arg::exclusive`] is set