timeout

in lib/twurl/cli.rb [335:340]


      def timeout
        on('--timeout [sec]', Integer, 'Number of seconds to wait for the request to be read (default: 60)') do |timeout|
          options.timeout = timeout
        end
      end