output

in lib/twurl/cli.rb [115:122]


      def output
        if Twurl.options && Twurl.options.output
          Twurl.options.output
        else
          @output
        end
      end