# File lib/spring/command_wrapper.rb, line 52
    def exec_name
      if command.respond_to?(:exec_name)
        command.exec_name
      else
        name
      end
    end