Searched refs:after_help (Results 1 – 9 of 9) sorted by relevance
28 .after_help(RUSTUP_HELP) in build_cli()39 .after_help(SHOW_HELP), in build_cli()44 .after_help(TOOLCHAIN_INSTALL_HELP) in build_cli()51 .after_help(UPDATE_HELP) in build_cli()64 .after_help(DEFAULT_HELP) in build_cli()70 .after_help(TOOLCHAIN_HELP) in build_cli()195 .after_help(OVERRIDE_HELP) in build_cli()205 .after_help(OVERRIDE_UNSET_HELP) in build_cli()240 .after_help(RUN_HELP) in build_cli()257 .after_help(DOC_HELP) in build_cli()
232 .after_help("After help") in hide_opt_args_only()252 .after_help("After help") in hide_pos_args_only()272 .after_help("After help") in hide_subcmds_only()
254 .after_help("some text that comes after the help"); in after_and_before_help_output()294 .after_help("some text that comes after the help") in after_and_before_long_help_output()1993 .after_help("This is after help."); in after_help_no_args()
17 .after_help("This is an extra section added to the end of the manpage.") in main()
223 render::after_help(roff, &self.cmd); in _render_extra_section()
251 pub(crate) fn after_help(roff: &mut Roff, cmd: &clap::Command) { in after_help() function
84 after_help: Option<StyledStr>, field1541 pub fn after_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in after_help() method1542 self.after_help = help.into_resettable().into_option(); in after_help()3415 self.after_help.as_ref() in get_after_help()4638 after_help: Default::default(), in default()
315 let after_help = if self.use_long { in write_after_help() localVariable322 if let Some(output) = after_help { in write_after_help()
2644 * **Help:** `App::before_help` and `App::after_help` now correctly wrap ([1f4da767](https://github…