mirror of https://github.com/tidwall/tile38.git
added OUTPUT to commands
This commit is contained in:
parent
6561fcec30
commit
2449fd495d
|
@ -853,6 +853,24 @@
|
|||
],
|
||||
"group": "connection"
|
||||
},
|
||||
"OUTPUT": {
|
||||
"summary": "Gets or sets the output format for the current connection.",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "format",
|
||||
"optional": true,
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "json"
|
||||
},
|
||||
{
|
||||
"name": "resp"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"group": "connection"
|
||||
},
|
||||
"SETHOOK": {
|
||||
"summary": "Creates a webhook which points to geofenced search",
|
||||
"arguments": [
|
||||
|
|
|
@ -1015,6 +1015,24 @@ var commandsJSON = `{
|
|||
],
|
||||
"group": "connection"
|
||||
},
|
||||
"OUTPUT": {
|
||||
"summary": "Gets or sets the output format for the current connection.",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "format",
|
||||
"optional": true,
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "json"
|
||||
},
|
||||
{
|
||||
"name": "resp"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"group": "connection"
|
||||
},
|
||||
"SETHOOK": {
|
||||
"summary": "Creates a webhook which points to geofenced search",
|
||||
"arguments": [
|
||||
|
|
Loading…
Reference in New Issue