Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/error/
Dmod.rs146 .set_colored_help(cmd.color_help()) in with_cmd()
298 pub(crate) fn set_colored_help(mut self, color_help_when: ColorChoice) -> Self { in set_colored_help() method