Home
last modified time | relevance | path

Searched defs:subcommand_help_heading (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/builder/
Dcommand.rs3203 pub fn subcommand_help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in subcommand_help_heading() method
/external/rust/crates/clap/3.2.23/src/builder/
Dcommand.rs3287 pub fn subcommand_help_heading<T>(mut self, heading: T) -> Self in subcommand_help_heading() method