Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/output/
Dhelp_template.rs48 let subcmds = self.template.cmd.has_visible_subcommands(); in write_help()
350 let subcmds = self.cmd.has_visible_subcommands(); in write_all_args()
Dusage.rs90 if self.cmd.has_visible_subcommands() && incl_reqs in create_help_usage()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs4402 pub(crate) fn has_visible_subcommands(&self) -> bool { in has_visible_subcommands() method