Home
last modified time | relevance | path

Searched refs:is_args_conflicts_with_subcommands_set (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/src/output/
Dusage.rs98 || self.cmd.is_args_conflicts_with_subcommands_set() in create_help_usage()
102 if self.cmd.is_args_conflicts_with_subcommands_set() { in create_help_usage()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3709 pub fn is_args_conflicts_with_subcommands_set(&self) -> bool { in is_args_conflicts_with_subcommands_set() method
3932 if !self.is_subcommand_negates_reqs_set() && !self.is_args_conflicts_with_subcommands_set() in _build_subcommand()
4019 && !self.is_args_conflicts_with_subcommands_set() in _build_bin_names_internal()
/third_party/rust/crates/clap/src/parser/
Dparser.rs505 if !(self.cmd.is_args_conflicts_with_subcommands_set() && valid_arg_found) { in match_arg_error()
557 if !(self.cmd.is_args_conflicts_with_subcommands_set() && valid_arg_found) { in possible_subcommand()