# File lib/plugins/tf/error_summary_output.rb, line 68
  def start_command line
    @counts[:commands_started] += 1
    @current_line = line.merge(:counter_id => @counts[:commands_started])
  end