Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/error/
Dformat.rs409 if !cmd.is_disable_help_flag_set() { in get_help_flag()
/third_party/rust/crates/clap/src/builder/
Ddebug_asserts.rs376 if !cmd.is_disable_help_flag_set() in duplicate_tip()
Dcommand.rs3592 pub fn is_disable_help_flag_set(&self) -> bool { in is_disable_help_flag_set() method
4238 if !self.is_disable_help_flag_set() { in _check_help_and_version()