in lib/twurl/cli.rb [341:346]
def connection_timeout
on('--connection-timeout [sec]', Integer, 'Number of seconds to wait for the connection to open (default: 60)') do |connection_timeout|
options.connection_timeout = connection_timeout
end
end