Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/examples/
Dmulticall-hostname.rs8 .subcommand_help_heading("APPLETS") in main()
Dmulticall-busybox.rs20 .subcommand_help_heading("APPLETS") in main()
Drepl.rs69 .subcommand_help_heading("APPLETS") in cli()
/third_party/rust/crates/clap/tests/builder/
Dsubcommands.rs338 .subcommand_help_heading("TEST_HEADER"); in subcommand_placeholder_test()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3203 pub fn subcommand_help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in subcommand_help_heading() method
/third_party/rust/crates/clap/
DCHANGELOG.md470 …, see `Command::help_template`, `Arg::help_heading`, and `Command::subcommand_help_heading` (#4132)
471 …ND` for the value name. To get the old behavior, see `Command::subcommand_help_heading` and `Arg…
1144 `App::subcommand_help_heading`. To apply a heading to a series of arguments,
1220 …ange `App::subcommand_placeholder` to `App::subcommand_value_name` / `App::subcommand_help_heading`
1320 - `App::subcommand_help_heading` along with `App::subcommand_value_name` (apply to subcommands)