Home
last modified time | relevance | path

Searched refs:after_long_help (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/clap_mangen/examples/
H A Dman.rs18 .after_long_help("With even more text added.") in main()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs85 after_long_help: Option<StyledStr>,
1529 /// If [`Command::after_long_help`] is not specified, this message will be displayed for `--help`.
1558 /// .after_long_help("Does really amazing things to great people... but be careful with -R, \
1563 pub fn after_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in after_long_help() functions
1564 self.after_long_help = help.into_resettable().into_option(); in after_long_help()
1764 /// * `{after-help}` - Help from [`Command::after_help`] or [`Command::after_long_help`].
1797 /// [`Command::after_long_help`]: Command::after_long_help()
3421 self.after_long_help.as_ref() in get_after_long_help()
4641 after_long_help in default()
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Dhelp.rs296 .after_long_help("some longer text that comes after the help"); in after_and_before_long_help_output()

Completed in 9 milliseconds