Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/builder/
Dcommand.rs4276 .subcommands(self.get_subcommands().map(Command::_copy_subtree_for_help)); in _check_help_and_version()
4310 fn _copy_subtree_for_help(&self) -> Command { in _copy_subtree_for_help() method
4315 .subcommands(self.get_subcommands().map(Command::_copy_subtree_for_help)); in _copy_subtree_for_help()