Updated JSET command doc

This commit is contained in:
tidwall 2018-09-02 13:52:42 -07:00
parent 091f6caaf7
commit 7efa55f175

View File

@ -1688,10 +1688,16 @@ var commandsJSON = `{
"type": "string" "type": "string"
}, },
{ {
"command": "RAW",
"name": [], "name": [],
"type": [], "optional": true,
"optional": true "enumargs": [
{
"name": "RAW"
},
{
"name": "STR"
}
]
} }
], ],
"group": "keys" "group": "keys"