X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ce260f736e483d40967d3e551f04534154c12aba..a54d9805ee1c46d574aab8e349fd778d3a4bc67b:/utils/generate-command-help.rb?ds=inline 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"