Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/error/
Dformat.rs411 } else if cmd.has_subcommands() && !cmd.is_disable_help_subcommand_set() { in get_help_flag()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3597 pub fn is_disable_help_subcommand_set(&self) -> bool { in is_disable_help_subcommand_set() method
4169 let autogenerated_help_subcommand = !self.is_disable_help_subcommand_set(); in _propagate_global_args()
/third_party/rust/crates/clap/src/parser/
Dparser.rs110 if sc_name == "help" && !self.cmd.is_disable_help_subcommand_set() { in get_matches_with()