mirror of https://github.com/tidwall/tile38.git
removed value from EX command
This commit is contained in:
parent
ff5412becf
commit
dad63f9b1f
|
@ -20,8 +20,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "EX",
|
"command": "EX",
|
||||||
"name": ["seconds", "value"],
|
"name": ["seconds"],
|
||||||
"type": ["string", "double"],
|
"type": ["double"],
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"multiple": false
|
"multiple": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -182,8 +182,8 @@ var commandsJSON = `{
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "EX",
|
"command": "EX",
|
||||||
"name": ["seconds", "value"],
|
"name": ["seconds"],
|
||||||
"type": ["string", "double"],
|
"type": ["double"],
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"multiple": false
|
"multiple": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue