From 7efa55f175d9007567fc00272422d62ff23393cc Mon Sep 17 00:00:00 2001 From: tidwall Date: Sun, 2 Sep 2018 13:52:42 -0700 Subject: [PATCH] Updated JSET command doc --- pkg/core/commands_gen.go | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pkg/core/commands_gen.go b/pkg/core/commands_gen.go index 54efd996..388ed78b 100644 --- a/pkg/core/commands_gen.go +++ b/pkg/core/commands_gen.go @@ -1688,10 +1688,16 @@ var commandsJSON = `{ "type": "string" }, { - "command": "RAW", "name": [], - "type": [], - "optional": true + "optional": true, + "enumargs": [ + { + "name": "RAW" + }, + { + "name": "STR" + } + ] } ], "group": "keys"