From 9ad25079ca88edc68983567571946e14146271e3 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 28 Jul 2018 07:02:49 -0700 Subject: [PATCH] Added CLIP keyword to command doc --- pkg/core/commands_gen.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/core/commands_gen.go b/pkg/core/commands_gen.go index d0b1f6c7..8d7feb78 100644 --- a/pkg/core/commands_gen.go +++ b/pkg/core/commands_gen.go @@ -1123,6 +1123,12 @@ var commandsJSON = `{ "multiple": true, "variadic": true }, + { + "command": "CLIP", + "name": [], + "type": [], + "optional": true + }, { "command": "NOFIELDS", "name": [],