Method: TTY::Command::Printers::Pretty#print_command_out_data

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


20
21
22
23
# File 'lib/tty/command/printers/pretty.rb', line 20

def print_command_out_data(cmd, *args)
  message = args.map(&:chomp).join(" ")
  write(cmd, "\t#{message}", out_data)
end