Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_complete/src/shells/
Dzsh.rs517 let conflicts = x.get_arg_conflicts_with(arg);
526 let conflicts = cmd.get_arg_conflicts_with(arg);
/third_party/rust/crates/clap/clap_complete_fig/src/
Dfig.rs478 for conflict in cmd.get_arg_conflicts_with(arg) { in arg_conflicts()
/third_party/rust/crates/clap/tests/builder/
Dconflicts.rs313 let result = cmd.get_arg_conflicts_with(&flag); in get_arg_conflicts_with_group()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3479 …pub fn get_arg_conflicts_with(&self, arg: &Arg) -> Vec<&Arg> // FIXME: This could probably have be… in get_arg_conflicts_with() method