Use enumargs

This commit is contained in:
Ádám Barancsuk 2018-09-01 17:06:05 +02:00 committed by GitHub
parent 93b85aee01
commit b65bdaba9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1522,16 +1522,16 @@
"type": "string" "type": "string"
}, },
{ {
"command": "RAW",
"name": [], "name": [],
"type": [], "optional": true,
"optional": true "enumargs": [
}, {
{ "name": "RAW"
"command": "STR", },
"name": [], {
"type": [], "name": "STR"
"optional": true }
]
} }
], ],
"group": "keys" "group": "keys"