This commit is contained in:
Kovid Goyal 2021-01-04 12:18:42 +05:30
parent c55f485166
commit 82f8c59bc7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -12,7 +12,7 @@ Where ``<ESC>`` is the byte ``0x1b``. The JSON object has the form::
{
"cmd": "command name",
"version": <kitty version>,
"no_response": Optional Boolean,
"no_response": <Optional Boolean>,
"payload": <Optional JSON object>,
}