Home
last modified time | relevance | path

Searched refs:after_help (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/clap/clap_bench/benches/
D06_rustup.rs28 .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()
/third_party/rust/crates/clap/tests/builder/
Dhidden_args.rs232 .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()
Dhelp.rs254 .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()
/third_party/rust/crates/clap/clap_mangen/examples/
Dman.rs17 .after_help("This is an extra section added to the end of the manpage.") in main()
/third_party/rust/crates/clap/clap_mangen/src/
Dlib.rs223 render::after_help(roff, &self.cmd); in _render_extra_section()
Drender.rs251 pub(crate) fn after_help(roff: &mut Roff, cmd: &clap::Command) { in after_help() function
/third_party/rust/crates/clap/src/builder/
Dcommand.rs84 after_help: Option<StyledStr>, field
1541 pub fn after_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in after_help() method
1542 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()
/third_party/rust/crates/clap/src/output/
Dhelp_template.rs315 let after_help = if self.use_long { in write_after_help() localVariable
322 if let Some(output) = after_help { in write_after_help()
/third_party/rust/crates/clap/
DCHANGELOG.md2644 * **Help:** `App::before_help` and `App::after_help` now correctly wrap ([1f4da767](https://github…