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/
H A Dcommand.rs4271 let mut help_subcmd = if expand_help_tree { variables
4273 let help_subcmd = Command::new("help")
4285 help_subcmd.subcommand(help_help_subcmd)
4295 self._propagate_subcommand(&mut help_subcmd);
4299 help_subcmd.version = None;
4300 help_subcmd.long_version = None;
4301 help_subcmd = help_subcmd
4306 self.subcommands.push(help_subcmd);

Completed in 5 milliseconds