Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/app/
Dhelp.rs651 self.write_subcommands(parser)?; in write_all_args()
658 fn write_subcommands(&mut self, parser: &Parser) -> io::Result<()> { in write_subcommands() method
990 self.write_subcommands(parser)?; in write_templated_help()