Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/error/
Dformat.rs389 try_help(&mut styled, get_help_flag(cmd)); in format_error_message()
408 pub(crate) fn get_help_flag(cmd: &Command) -> Option<&'static str> { in get_help_flag() function
Dmod.rs147 .set_help_flag(format::get_help_flag(cmd)) in with_cmd()