mirror of https://github.com/tidwall/tile38.git
Add TIMEOUT description to the commands.json
This commit is contained in:
parent
e514a0287f
commit
7177a6468f
|
@ -359,6 +359,12 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "MATCH",
|
"command": "MATCH",
|
||||||
"name": "pattern",
|
"name": "pattern",
|
||||||
|
@ -450,6 +456,12 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "MATCH",
|
"command": "MATCH",
|
||||||
"name": "pattern",
|
"name": "pattern",
|
||||||
|
@ -559,6 +571,12 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "SPARSE",
|
"command": "SPARSE",
|
||||||
"name": "spread",
|
"name": "spread",
|
||||||
|
@ -725,6 +743,12 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "SPARSE",
|
"command": "SPARSE",
|
||||||
"name": "spread",
|
"name": "spread",
|
||||||
|
@ -946,6 +970,12 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "SPARSE",
|
"command": "SPARSE",
|
||||||
"name": "spread",
|
"name": "spread",
|
||||||
|
|
Loading…
Reference in New Issue