mirror of https://github.com/tidwall/tile38.git
updated docs, fixes #117
This commit is contained in:
parent
cadf6cb851
commit
9fb312b3cc
|
@ -651,7 +651,7 @@
|
|||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
@ -831,7 +831,7 @@
|
|||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
|
|
@ -813,7 +813,7 @@ var commandsJSON = `{
|
|||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
@ -993,7 +993,7 @@ var commandsJSON = `{
|
|||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
@ -1298,7 +1298,7 @@ var commandsJSON = `{
|
|||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "COMMAND",
|
||||
"command": "COMMANDS",
|
||||
"name": ["which"],
|
||||
"type": ["string"],
|
||||
"optional": true
|
||||
|
|
Loading…
Reference in New Issue