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"
},
{
"command": "RAW",
"name": [],
"type": [],
"optional": true
},
{
"command": "STR",
"name": [],
"type": [],
"optional": true
"optional": true,
"enumargs": [
{
"name": "RAW"
},
{
"name": "STR"
}
]
}
],
"group": "keys"