Searched refs:after_long_help (Results 1 – 4 of 4) sorted by relevance
18 .after_long_help("With even more text added.") in main()
85 after_long_help: Option<StyledStr>, field1563 pub fn after_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in after_long_help() method1564 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()
296 .after_long_help("some longer text that comes after the help"); in after_and_before_long_help_output()
1326 …ontext in long help messages (`--help`) with `before_long_help` and `after_long_help` ([clap-rs/cl…