Home
last modified time | relevance | path

Searched refs:conflicts_with (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/clap/src/args/
Dgroup.rs384 pub fn conflicts_with(mut self, n: &'a str) -> Self { in conflicts_with() method
425 self = self.conflicts_with(n); in conflicts_with_all()
491 "conflicts_with" => yaml_vec_or_str!(v, a, conflicts_with), in from()
523 .conflicts_with("c1") in groups()
525 .conflicts_with("c4") in groups()
546 .conflicts_with("c1") in test_debug()
548 .conflicts_with("c4") in test_debug()
580 .conflicts_with("c1") in test_from()
582 .conflicts_with("c4") in test_from()
Darg.rs144 "conflicts_with" => yaml_vec_or_str!(v, a, conflicts_with), in from_yaml()
1144 pub fn conflicts_with(mut self, name: &'a str) -> Self { in conflicts_with() method
/external/rust/crates/clap/
Dclap-test.rs68 …Arg::from_usage("[flag2] -F 'tests flags with exclusions'").conflicts_with("flag").requires("long-… in complex_app()
69 …ge("--long-option-2 [option2] 'tests long options with exclusions'").conflicts_with("option").requ… in complex_app()
/external/rust/crates/criterion/src/
Dlib.rs768 .conflicts_with("save-baseline") in configure_from_args()
782 .conflicts_with("profile-time") in configure_from_args()