mirror of https://github.com/tidwall/tile38.git
updated commands
This commit is contained in:
parent
6eb21b890c
commit
03a3c1642c
|
@ -332,6 +332,12 @@
|
|||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
|
@ -422,6 +428,12 @@
|
|||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
|
@ -590,6 +602,12 @@
|
|||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
|
@ -858,6 +876,12 @@
|
|||
"name": [],
|
||||
"type": []
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "param",
|
||||
"type": "string",
|
||||
|
|
|
@ -485,6 +485,12 @@ var commandsJSON = `{
|
|||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
|
@ -575,6 +581,12 @@ var commandsJSON = `{
|
|||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
|
@ -743,6 +755,12 @@ var commandsJSON = `{
|
|||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
|
@ -1011,6 +1029,12 @@ var commandsJSON = `{
|
|||
"name": [],
|
||||
"type": []
|
||||
},
|
||||
{
|
||||
"command": "DETECT",
|
||||
"name": ["what"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "param",
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue