# File lib/spring/command_wrapper.rb, line 76
    def env(args)
      if command.respond_to?(:env)
        command.env(args)
      end
    end