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",
|
||||
"name": ["seconds", "value"],
|
||||
"type": ["string", "double"],
|
||||
"name": ["seconds"],
|
||||
"type": ["double"],
|
||||
"optional": true,
|
||||
"multiple": false
|
||||
},
|
||||
|
|
|
@ -182,8 +182,8 @@ var commandsJSON = `{
|
|||
},
|
||||
{
|
||||
"command": "EX",
|
||||
"name": ["seconds", "value"],
|
||||
"type": ["string", "double"],
|
||||
"name": ["seconds"],
|
||||
"type": ["double"],
|
||||
"optional": true,
|
||||
"multiple": false
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue