Method: TTY::Command::Printers::Pretty#print_command_err_data

Defined in:
lib/tty/command/printers/pretty.rb

25
26
27
28
# File 'lib/tty/command/printers/pretty.rb', line 25

def print_command_err_data(cmd, *args)
  message = args.map(&:chomp).join(" ")
  write(cmd, "\t" + decorate(message, :red), err_data)
end