# File lib/compass/exec/switch_ui.rb, line 33
    def perform!
      if options[:command]
        do_command(options[:command])
      else
        puts self.opts
      end
    end