Update ipc COMMAND reply documentation
The COMMAND reply consists of a list of results for each command that was parsed.
This commit is contained in:
parent
3d6d0c134c
commit
d5cf494ba2
7
docs/ipc
7
docs/ipc
|
@ -140,12 +140,13 @@ VERSION (7)::
|
||||||
|
|
||||||
=== COMMAND reply
|
=== COMMAND reply
|
||||||
|
|
||||||
The reply consists of a single serialized map. At the moment, the only
|
The reply consists of a list of serialized maps for each command that was
|
||||||
property is +success (bool)+, but this will be expanded in future versions.
|
parsed. Each has the property +success (bool)+ and may also include a
|
||||||
|
human-readable error message in the property +error (string)+.
|
||||||
|
|
||||||
*Example:*
|
*Example:*
|
||||||
-------------------
|
-------------------
|
||||||
{ "success": true }
|
[{ "success": true }]
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
=== WORKSPACES reply
|
=== WORKSPACES reply
|
||||||
|
|
Loading…
Reference in New Issue