From 5397f2b596b5189edbed3e45a42d18f3c99341d6 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Tue, 16 Nov 2010 05:50:26 -0800 Subject: Added redis-cli interactive help support 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f67909456..d4d2c149a 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,7 @@ install: dummy $(TARGETS) clean: cd src && $(MAKE) $@ +src/help.h: + @./utils/generate-command-help.rb > $@ + dummy: -- cgit v1.2.1