From 93b85aee01f9debeef311c45b442bfdc78806f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Barancsuk?= Date: Sat, 1 Sep 2018 10:53:04 +0200 Subject: [PATCH] Update JSET arguments Add previously undocumented argument `STR`. See the related doc PR at: https://github.com/tile38/tile38.github.io/pull/19 --- pkg/core/commands.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/core/commands.json b/pkg/core/commands.json index 7ed55a77..9bbeb20e 100644 --- a/pkg/core/commands.json +++ b/pkg/core/commands.json @@ -1526,6 +1526,12 @@ "name": [], "type": [], "optional": true + }, + { + "command": "STR", + "name": [], + "type": [], + "optional": true } ], "group": "keys"