Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/builder/
Dcommand.rs4205 self._propagate_subcommand(sc); in _propagate()
4210 fn _propagate_subcommand(&self, sc: &mut Self) { in _propagate_subcommand() method
4295 self._propagate_subcommand(&mut help_subcmd); in _check_help_and_version()