Lines Matching defs:help
64 cmd: &'cmd Command<'help>, in new()
65 usage: &'cmd Usage<'help, 'cmd>, in new()
197 fn write_args(&mut self, args: &[&Arg<'help>], _category: &str) -> io::Result<()> { in write_args()
254 arg: &Arg<'help>, in write_arg()
348 arg: &Arg<'help>, in align_to_about()
424 fn help( in help() method
426 arg: Option<&Arg<'help>>, in help()
433 let mut help = String::from(about) + spec_vals; in help() localVariable
541 let help = text_wrapper(help, avail_chars); in help() localVariable
542 let mut help = help.lines(); in help() localVariable
558 fn will_args_wrap(&self, args: &[&Arg<'help>], longest: usize) -> bool { in will_args_wrap()
567 fn arg_next_line_help(&self, arg: &Arg<'help>, spec_vals: &str, longest: usize) -> bool { in arg_next_line_help()
741 cmd: &Command<'help>, in write_subcommand()
791 cmd: &Command<'help>, in subcommand_next_line_help()
1152 let help = String::from("foo bar baz"); in wrap_help_last_word() localVariable