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",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "TIMEOUT",
|
||||
"name": "seconds",
|
||||
"type": "double",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "MATCH",
|
||||
"name": "pattern",
|
||||
|
@ -450,6 +456,12 @@
|
|||
"type": "integer",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "TIMEOUT",
|
||||
"name": "seconds",
|
||||
"type": "double",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "MATCH",
|
||||
"name": "pattern",
|
||||
|
@ -559,6 +571,12 @@
|
|||
"type": "integer",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "TIMEOUT",
|
||||
"name": "seconds",
|
||||
"type": "double",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "SPARSE",
|
||||
"name": "spread",
|
||||
|
@ -725,6 +743,12 @@
|
|||
"type": "integer",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "TIMEOUT",
|
||||
"name": "seconds",
|
||||
"type": "double",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "SPARSE",
|
||||
"name": "spread",
|
||||
|
@ -946,6 +970,12 @@
|
|||
"type": "integer",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "TIMEOUT",
|
||||
"name": "seconds",
|
||||
"type": "double",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "SPARSE",
|
||||
"name": "spread",
|
||||
|
|
Loading…
Reference in New Issue