From dad63f9b1fad655a72a14ccd9c61ac908d6872c5 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 3 Oct 2016 13:39:47 -0700 Subject: [PATCH] removed value from EX command --- core/commands.json | 4 ++-- core/commands_gen.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/commands.json b/core/commands.json index 4c864ae7..e12fa6e4 100644 --- a/core/commands.json +++ b/core/commands.json @@ -20,8 +20,8 @@ }, { "command": "EX", - "name": ["seconds", "value"], - "type": ["string", "double"], + "name": ["seconds"], + "type": ["double"], "optional": true, "multiple": false }, diff --git a/core/commands_gen.go b/core/commands_gen.go index ec17f27a..ba4e90de 100644 --- a/core/commands_gen.go +++ b/core/commands_gen.go @@ -182,8 +182,8 @@ var commandsJSON = `{ }, { "command": "EX", - "name": ["seconds", "value"], - "type": ["string", "double"], + "name": ["seconds"], + "type": ["double"], "optional": true, "multiple": false },