X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a2a69d5803d05ce9ccd2d911389b8aa28239dfba..5521fa6a9f1f22bf2034d26b68e885c1dd5baa3a:/utils/generate-command-help.rb diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb index f730eaf1..96cccc2b 100755 --- a/utils/generate-command-help.rb +++ b/utils/generate-command-help.rb @@ -42,6 +42,7 @@ end def commands return @commands if @commands + require "rubygems" require "net/http" require "net/https" require "json"