Searched defs:next_line_help (Results 1 – 3 of 3) sorted by relevance
78 next_line_help: bool, field110 let next_line_help = cmd.is_next_line_help_set(); in new() localVariable447 let next_line_help = self.will_args_wrap(args, longest); in write_args() localVariable851 let next_line_help = self.will_subcommands_wrap(cmd.get_subcommands(), longest); in write_subcommands() localVariable
2225 pub fn next_line_help(self, yes: bool) -> Self { in next_line_help() method
1175 pub fn next_line_help(self, yes: bool) -> Self { in next_line_help() method