mirror of https://github.com/tidwall/tile38.git
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
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
|
|
@ -671,7 +671,7 @@ var commandsJSON = `{
|
|||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
|
Loading…
Reference in New Issue