"vscode:/vscode.git/clone" did not exist on "3f67b0337833cbd2a2746dad7cd8411a31b75f70"
COMMAND: fix argument parsing.
This fixes detection of wrong subcommand (that resulted in the default
all-commands output instead) and allows COMMAND INFO to be called
without arguments (resulting into an empty array) which is useful in
programmtically generated calls like the following (in Ruby):
redis.commands("command","info",*mycommands)
Note: mycommands may be empty.
Please register or sign in to comment