Home
last modified time | relevance | path

Searched refs:after_long_help (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/clap_mangen/examples/
Dman.rs18 .after_long_help("With even more text added.") in main()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs85 after_long_help: Option<StyledStr>, field
1563 pub fn after_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in after_long_help() method
1564 self.after_long_help = help.into_resettable().into_option(); in after_long_help()
3421 self.after_long_help.as_ref() in get_after_long_help()
4639 after_long_help: Default::default(), in default()
/third_party/rust/crates/clap/tests/builder/
Dhelp.rs296 .after_long_help("some longer text that comes after the help"); in after_and_before_long_help_output()
/third_party/rust/crates/clap/
DCHANGELOG.md1326 …ontext in long help messages (`--help`) with `before_long_help` and `after_long_help` ([clap-rs/cl…