Method: TF::TextOutput#start_command

Defined in:
lib/plugins/tf/text_output.rb

#start_command(line) ⇒ Object



29
30
31
# File 'lib/plugins/tf/text_output.rb', line 29

def start_command line
  puts "#{YELLOW}$ #{line[:cmd]}#{RESET}"
end