Lines Matching defs:long
433 // If it's NextLineHelp we don't care to compute how long it is because it may be
434 // NextLineHelp on purpose simply *because* it's so long and would throw off all other
471 self.long(arg);
499 /// Writes argument's long command to the wrapped stream.
500 fn long(&mut self, arg: &Arg) {
501 debug!("HelpTemplate::long");
502 if let Some(long) = arg.get_long() {
506 self.literal(format!("--{long}"));
519 // long help prints messages on the next line so it doesn't need to align text
520 debug!("HelpTemplate::align_to_about: printing long help so skip alignment");
524 // had a long and short, or just short
845 if let Some(long) = subcommand.get_long_flag() {
847 styled.literal(format!("--{long}"));
967 // 1. Argument has long flags are printed just after short flags.
970 // 3. For args without short or long flag, print them at last(sorted