Searched refs:subcommand_heading (Results 1 – 3 of 3) sorted by relevance
11 use render::subcommand_heading;209 let heading = subcommand_heading(&self.cmd); in _render_subcommands_section()
4 pub(crate) fn subcommand_heading(cmd: &clap::Command) -> &str { in subcommand_heading() function80 .unwrap_or_else(|| subcommand_heading(cmd)) in synopsis()
106 subcommand_heading: Option<Str>, field3204 self.subcommand_heading = heading.into_resettable().into_option(); in subcommand_help_heading()3391 self.subcommand_heading.as_deref() in get_subcommand_help_heading()4660 subcommand_heading: Default::default(), in default()