mirror of https://github.com/tidwall/tile38.git
Added CLIP keyword to command doc
This commit is contained in:
parent
7ffb7686c2
commit
9ad25079ca
|
@ -1123,6 +1123,12 @@ var commandsJSON = `{
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"variadic": true
|
"variadic": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "CLIP",
|
||||||
|
"name": [],
|
||||||
|
"type": [],
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "NOFIELDS",
|
"command": "NOFIELDS",
|
||||||
"name": [],
|
"name": [],
|
||||||
|
|
Loading…
Reference in New Issue