updated commands

This commit is contained in:
Josh Baker 2016-04-02 14:43:46 -07:00
parent 6eb21b890c
commit 03a3c1642c
2 changed files with 48 additions and 0 deletions

View File

@ -332,6 +332,12 @@
"type": [], "type": [],
"optional": true "optional": true
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "type", "name": "type",
"optional": true, "optional": true,
@ -422,6 +428,12 @@
"type": [], "type": [],
"optional": true "optional": true
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "type", "name": "type",
"optional": true, "optional": true,
@ -590,6 +602,12 @@
"type": [], "type": [],
"optional": true "optional": true
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "type", "name": "type",
"optional": true, "optional": true,
@ -858,6 +876,12 @@
"name": [], "name": [],
"type": [] "type": []
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "param", "name": "param",
"type": "string", "type": "string",

View File

@ -485,6 +485,12 @@ var commandsJSON = `{
"type": [], "type": [],
"optional": true "optional": true
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "type", "name": "type",
"optional": true, "optional": true,
@ -575,6 +581,12 @@ var commandsJSON = `{
"type": [], "type": [],
"optional": true "optional": true
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "type", "name": "type",
"optional": true, "optional": true,
@ -743,6 +755,12 @@ var commandsJSON = `{
"type": [], "type": [],
"optional": true "optional": true
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "type", "name": "type",
"optional": true, "optional": true,
@ -1011,6 +1029,12 @@ var commandsJSON = `{
"name": [], "name": [],
"type": [] "type": []
}, },
{
"command": "DETECT",
"name": ["what"],
"type": ["string"],
"optional": true
},
{ {
"name": "param", "name": "param",
"type": "string", "type": "string",