Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_mangen/src/
Dlib.rs11 use render::subcommand_heading;
209 let heading = subcommand_heading(&self.cmd); in _render_subcommands_section()
Drender.rs4 pub(crate) fn subcommand_heading(cmd: &clap::Command) -> &str { in subcommand_heading() function
80 .unwrap_or_else(|| subcommand_heading(cmd)) in synopsis()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs106 subcommand_heading: Option<Str>, field
3204 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()