class Spring::CommandWrapper

def env(args)

def env(args)
  if command.respond_to?(:env)
    command.env(args)
  end
end