Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Dhelp.rs279 let help = cmd.render_help().to_string(); in derive_order_next_order()
331 let help = cmd.render_help().to_string(); in derive_order_next_order_flatten()
382 let help = cmd.render_help().to_string(); in derive_order_no_next_order()
Dutils.rs18 let output = <T as CommandFactory>::command().render_help().to_string(); in get_help()
/third_party/rust/crates/clap/tests/builder/
Dsubcommands.rs345 let help_text = cmd.render_help().to_string(); in subcommand_placeholder_test()
619 let help = subcmd.render_help().to_string(); in multicall_render_help()
Dhelp.rs2018 let help = cmd.render_help().to_string(); in after_help_no_args()
2740 let help = subcmd.render_help().to_string(); in parent_cmd_req_in_usage_with_render_help()
Dmultiple_values.rs429 let help = cmd.render_help().to_string(); in optional_value()
/third_party/rust/crates/clap/clap_bench/benches/
D04_new_help.rs6 let help = cmd.render_help(); in build_help()
D05_ripgrep.rs283 let help = cmd.render_help(); in build_help()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs779 pub fn render_help(&mut self) -> StyledStr { in render_help() method
/third_party/rust/crates/clap/
DCHANGELOG.md600 …mand::write_help` and `Command::write_long_help` in favor of `Command::render_help` and `Command::…
620 - *(help)* `Command::render_help` and `Command::render_long_help` for formatting the error into a `…