diff --git a/pkg/core/commands.json b/pkg/core/commands.json index 9bbeb20e..2e68a968 100644 --- a/pkg/core/commands.json +++ b/pkg/core/commands.json @@ -1522,16 +1522,16 @@ "type": "string" }, { - "command": "RAW", "name": [], - "type": [], - "optional": true - }, - { - "command": "STR", - "name": [], - "type": [], - "optional": true + "optional": true, + "enumargs": [ + { + "name": "RAW" + }, + { + "name": "STR" + } + ] } ], "group": "keys"