From d3164f8bb906a62d155c2f96d8839c6c00f917d1 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 7 Jan 2017 09:10:06 -0700 Subject: [PATCH] fixed error in command documentation The COMMANDS keyword was incorrectly documentated as COMMAND. Thanks to @juanpabloaj for discovering this. closes #117 --- core/commands.json | 2 +- core/commands_gen.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/commands.json b/core/commands.json index ce7fd77e..04c5e530 100644 --- a/core/commands.json +++ b/core/commands.json @@ -509,7 +509,7 @@ "optional": true }, { - "command": "COMMAND", + "command": "COMMANDS", "name": ["which"], "type": ["string"], "optional": true diff --git a/core/commands_gen.go b/core/commands_gen.go index 8e6a648a..4cbe4414 100644 --- a/core/commands_gen.go +++ b/core/commands_gen.go @@ -671,7 +671,7 @@ var commandsJSON = `{ "optional": true }, { - "command": "COMMAND", + "command": "COMMANDS", "name": ["which"], "type": ["string"], "optional": true