mirror of https://github.com/tidwall/tile38.git
Update commands.json for new fset
This commit is contained in:
parent
a3bf8b6572
commit
2a5e760cee
|
@ -165,7 +165,7 @@
|
||||||
"group": "keys"
|
"group": "keys"
|
||||||
},
|
},
|
||||||
"FSET": {
|
"FSET": {
|
||||||
"summary": "Set the value for a single field of an id",
|
"summary": "Set the value for one or more fields of an id",
|
||||||
"complexity": "O(1)",
|
"complexity": "O(1)",
|
||||||
"arguments":[
|
"arguments":[
|
||||||
{
|
{
|
||||||
|
@ -177,12 +177,15 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "field",
|
"command": "XX",
|
||||||
"type": "string"
|
"name": [],
|
||||||
|
"type": [],
|
||||||
|
"optional": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "value",
|
"name": ["field","value"],
|
||||||
"type": "double"
|
"type": ["string","double"],
|
||||||
|
"multiple": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"since": "1.0.0",
|
"since": "1.0.0",
|
||||||
|
|
Loading…
Reference in New Issue