summaryrefslogtreecommitdiff
path: root/utils/generate-command-help.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update redis-cli help and the script to generate it.antirez2015-11-171-1/+3
|
* Use correct github url to find commands.jsonJan-Erik Rediger2014-08-251-1/+1
| | | | | | | | | | Once this is merged: - merge the latest changes to commands.json in antirez/redis-doc - re-run: utils/generate-command-help.rb > src/help.h Then we'll have nice and easy tab-completed help in redis-cli again. Closes #1909
* generate-command-help.rb updated with new hyperloglog group.antirez2014-04-221-1/+2
|
* redis-cli help.h updated. Script to generate it updated as well.antirez2012-04-031-2/+3
|
* help.h updated2.2.0-rc1antirez2010-12-151-0/+1
|
* Refactor help-related code into redis-cli.cPieter Noordhuis2010-11-281-5/+57
|
* Update help.h generator script to output man-style argument listPieter Noordhuis2010-11-281-45/+48
|
* Added redis-cli interactive help supportTj Holowaychuk2010-11-161-0/+56
updated via commands.json in redis-doc repo. Currently use `make src/help.h` to re-generate. The following are valid from the REPL: help help [command] help [group] help groups ex: help sort help hash