Home
last modified time | relevance | path

Searched defs:trailing_indent (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/clap/src/output/
Dhelp_template.rs578 let trailing_indent = spaces; // Don't indent any further than the first line is indented in help() localVariable
579 let trailing_indent = self.get_spaces(trailing_indent); in help() localVariable
639 let trailing_indent = if possible_value_new_line { in help() localVariable
644 let trailing_indent = self.get_spaces(trailing_indent); in help() localVariable