Method: TTY::Command::Printers::Pretty#print_command_err_data
- Defined in:
- lib/tty/command/printers/pretty.rb
#print_command_err_data(cmd, *args) ⇒ Object
25 26 27 28 |
# File 'lib/tty/command/printers/pretty.rb', line 25 def print_command_err_data(cmd, *args) = args.map(&:chomp).join(" ") write(cmd, "\t" + decorate(, :red), err_data) end |