Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/builder/
Dcommand.rs4271 let mut help_subcmd = if expand_help_tree { in _check_help_and_version() localVariable
4273 let help_subcmd = Command::new("help") in _check_help_and_version() localVariable
4285 help_subcmd.subcommand(help_help_subcmd) in _check_help_and_version()
4295 self._propagate_subcommand(&mut help_subcmd); in _check_help_and_version()
4299 help_subcmd.version = None; in _check_help_and_version()
4300 help_subcmd.long_version = None; in _check_help_and_version()
4301 help_subcmd = help_subcmd in _check_help_and_version()
4306 self.subcommands.push(help_subcmd); in _check_help_and_version()