Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/output/
Dhelp_template.rs78 next_line_help: bool, field
110 let next_line_help = cmd.is_next_line_help_set(); in new() localVariable
447 let next_line_help = self.will_args_wrap(args, longest); in write_args() localVariable
851 let next_line_help = self.will_subcommands_wrap(cmd.get_subcommands(), longest); in write_subcommands() localVariable
/third_party/rust/crates/clap/src/builder/
Darg.rs2225 pub fn next_line_help(self, yes: bool) -> Self { in next_line_help() method
Dcommand.rs1175 pub fn next_line_help(self, yes: bool) -> Self { in next_line_help() method