# File lib/spring/command_wrapper.rb, line 13
    def description
      if command.respond_to?(:description)
        command.description
      else
        "Runs the #{name} command"
      end
    end