mirror of https://github.com/tidwall/tile38.git
Updated JSET command doc
This commit is contained in:
parent
091f6caaf7
commit
7efa55f175
|
@ -1688,10 +1688,16 @@ var commandsJSON = `{
|
|||
"type": "string"
|
||||
},
|
||||
{
|
||||
"command": "RAW",
|
||||
"name": [],
|
||||
"type": [],
|
||||
"optional": true
|
||||
"optional": true,
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "RAW"
|
||||
},
|
||||
{
|
||||
"name": "STR"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"group": "keys"
|
||||
|
|
Loading…
Reference in New Issue