fixed error in command documentation
The COMMANDS keyword was incorrectly documentated as COMMAND. Thanks to @juanpabloaj for discovering this. closes #117
This commit is contained in:
parent
b1c296043a
commit
d3164f8bb9
@ -509,7 +509,7 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "COMMAND",
|
"command": "COMMANDS",
|
||||||
"name": ["which"],
|
"name": ["which"],
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"optional": true
|
"optional": true
|
||||||
|
@ -671,7 +671,7 @@ var commandsJSON = `{
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "COMMAND",
|
"command": "COMMANDS",
|
||||||
"name": ["which"],
|
"name": ["which"],
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"optional": true
|
"optional": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user