Document --self in the launch rc protocol

This commit is contained in:
Kovid Goyal 2021-10-30 12:36:58 +05:30
parent df70d8661a
commit c541d7e349
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -40,6 +40,7 @@ class Launch(RemoteCommand):
stdin_add_line_wrap_markers: Boolean indicating whether to add line wrap markers to stdin stdin_add_line_wrap_markers: Boolean indicating whether to add line wrap markers to stdin
no_response: Boolean indicating whether to send back the window id no_response: Boolean indicating whether to send back the window id
marker: Specification for marker for new window, for example: "text 1 ERROR" marker: Specification for marker for new window, for example: "text 1 ERROR"
self: Boolean, if True use tab the command was run in
''' '''
short_desc = 'Run an arbitrary process in a new window/tab' short_desc = 'Run an arbitrary process in a new window/tab'