We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e15dc commit 8c6f188Copy full SHA for 8c6f188
docs/rc_protocol.rst
@@ -10,10 +10,10 @@ form::
10
Where ``<ESC>`` is the byte ``0x1b``. The JSON object has the form::
11
12
{
13
- 'cmd': "command name",
14
- 'version': <kitty version>,
15
- 'no_response': Optional Boolean,
16
- 'payload': <Optional JSON object>,
+ "cmd": "command name",
+ "version": <kitty version>,
+ "no_response": Optional Boolean,
+ "payload": <Optional JSON object>,
17
}
18
19
The ``version`` above is an array of the form :code:`[0, 14, 2]`. If you are developing a
0 commit comments