Home
last modified time | relevance | path

Searched refs:long_about (Results 1 - 25 of 26) sorted by relevance

12

/third_party/rust/crates/clap/examples/tutorial_derive/
H A D03_05_default_values.rs4 #[command(author, version, about, long_about = None)]
H A D04_02_parse.rs4 #[command(author, version, about, long_about = None)]
H A D03_02_option_mult.rs4 #[command(author, version, about, long_about = None)]
H A D03_03_positional_mult.rs4 #[command(author, version, about, long_about = None)]
H A D03_03_positional.rs4 #[command(author, version, about, long_about = None)]
H A D03_01_flag_count.rs4 #[command(author, version, about, long_about = None)]
H A D03_02_option.rs4 #[command(author, version, about, long_about = None)]
H A D03_01_flag_bool.rs4 #[command(author, version, about, long_about = None)]
H A D05_01_assert.rs4 #[command(author, version, about, long_about = None)]
H A D04_01_enum.rs4 #[command(author, version, about, long_about = None)]
H A D03_04_subcommands.rs4 #[command(author, version, about, long_about = None)]
H A D02_app_settings.rs4 #[command(author, version, about, long_about = None)]
H A D02_apps.rs7 #[command(about = "Does awesome things", long_about = None)]
H A D02_crate.rs4 #[command(author, version, about, long_about = None)] // Read from `Cargo.toml`
H A D04_02_validate.rs6 #[command(author, version, about, long_about = None)]
H A D03_04_subcommands_alt.rs4 #[command(author, version, about, long_about = None)]
H A D01_quick.rs6 #[command(author, version, about, long_about = None)]
H A D04_03_relations.rs4 #[command(author, version, about, long_about = None)]
H A D04_04_custom.rs5 #[command(author, version, about, long_about = None)]
/third_party/rust/crates/clap/examples/
H A Dcargo-example-derive.rs11 #[command(author, version, about, long_about = None)]
H A Ddemo.rs5 #[command(author, version, about, long_about = None)]
H A Descaped-positional-derive.rs4 #[command(author, version, about, long_about = None)]
H A Dgit-derive.rs10 #[command(about = "A fictional versioning CLI", long_about = None)]
/third_party/rust/crates/clap/clap_mangen/examples/
H A Dman.rs12 .long_about( in main()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs81 long_about: Option<StyledStr>,
1478 /// If [`Command::long_about`] is not specified, this message will be displayed for `--help`.
1511 /// .long_about(
1519 pub fn long_about(mut self, long_about: impl IntoResettable<StyledStr>) -> Self { in long_about() functions
1520 self.long_about = long_about.into_resettable().into_option(); in long_about()
1753 /// [`Command::long_about`]).
1795 /// [`Command::long_about`]: Command::long_about()
[all...]

Completed in 9 milliseconds

12