Use enumargs
This commit is contained in:
parent
93b85aee01
commit
b65bdaba9e
@ -1522,16 +1522,16 @@
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"command": "RAW",
|
||||
"name": [],
|
||||
"type": [],
|
||||
"optional": true
|
||||
"optional": true,
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "RAW"
|
||||
},
|
||||
{
|
||||
"command": "STR",
|
||||
"name": [],
|
||||
"type": [],
|
||||
"optional": true
|
||||
"name": "STR"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"group": "keys"
|
||||
|
Loading…
x
Reference in New Issue
Block a user