X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a2a69d5803d05ce9ccd2d911389b8aa28239dfba..2ebd2720b37dcca3b6e0c18377bd69e9eaf541fc:/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"