From 03a3c1642c888fa401cdd5db36728b914bd510de Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 2 Apr 2016 14:43:46 -0700 Subject: [PATCH] updated commands --- core/commands.json | 24 ++++++++++++++++++++++++ core/commands_gen.go | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/core/commands.json b/core/commands.json index 65d3cd26..4c25d0b2 100644 --- a/core/commands.json +++ b/core/commands.json @@ -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", diff --git a/core/commands_gen.go b/core/commands_gen.go index 978dd9ee..eafb76ad 100644 --- a/core/commands_gen.go +++ b/core/commands_gen.go @@ -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",