Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/builder/
Dcommand.rs108 long_help_exists: bool, field
4236 self.long_help_exists = self.long_help_exists_(); in _check_help_and_version()
4244 if self.long_help_exists { in _check_help_and_version()
4565 use_long && self.long_help_exists(), in write_help_err()
4568 use_long = use_long && self.long_help_exists(); in write_help_err()
4584 pub(crate) fn long_help_exists(&self) -> bool { in long_help_exists() method
4585 debug!("Command::long_help_exists: {}", self.long_help_exists); in long_help_exists()
4586 self.long_help_exists in long_help_exists()
4662 long_help_exists: false, in default()