Home
last modified time | relevance | path

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

/external/rust/android-crates-io/extra_versions/crates/clap/src/output/
Dhelp.rs512 let spaces_help = if possible_value_new_line { in help() localVariable
528 self.spaces(spaces_help)?; in help()
535 let avail_chars = if self.term_w > spaces_help { in help()
536 self.term_w - spaces_help in help()
547 self.spaces(spaces_help)?; in help()