Home
last modified time | relevance | path

Searched refs:get_arg_conflicts_with (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/clap_complete_fig/src/
H A Dfig.rs478 for conflict in cmd.get_arg_conflicts_with(arg) { in arg_conflicts()
/third_party/rust/crates/clap/tests/builder/
H A Dconflicts.rs313 let result = cmd.get_arg_conflicts_with(&flag); in get_arg_conflicts_with_group()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs3479 pub fn get_arg_conflicts_with(&self, arg: &Arg) -> Vec<&Arg> // FIXME: This could probably have been an iterator in get_arg_conflicts_with() functions
3495 panic!("Command::get_arg_conflicts_with: The passed arg conflicts with an arg unknown to the cmd"); in get_arg_conflicts_with()
3525 "Command::get_arg_conflicts_with: \ in get_global_arg_conflicts_with()

Completed in 6 milliseconds