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 f6ece65 commit 514073cCopy full SHA for 514073c
docs/rc_protocol.rst
@@ -11,12 +11,12 @@ Where ``<ESC>`` is the byte ``0x1b``. The JSON object has the form::
11
12
{
13
'cmd': "command name",
14
- 'version': "kitty version",
+ 'version': <kitty version>,
15
'no_response': Optional Boolean,
16
'payload': <Optional JSON object>,
17
}
18
19
-The ``version`` above is a string of the form :code:`0.14.2`. If you are developing a
+The ``version`` above is an array of the form :code:`[0, 14, 2]`. If you are developing a
20
standalone client, use the kitty version that you are developing against. Using
21
a version greater than the version of the kitty instance you are talking to,
22
will cause a failure.
0 commit comments