Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/error/
Dmod.rs147 .set_help_flag(format::get_help_flag(cmd)) in with_cmd()
303 pub(crate) fn set_help_flag(mut self, help_flag: Option<&'static str>) -> Self { in set_help_flag() method