mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
Remove no_response from json specs
This commit is contained in:
@@ -17,7 +17,6 @@ class FocusTab(RemoteCommand):
|
|||||||
|
|
||||||
protocol_spec = __doc__ = '''
|
protocol_spec = __doc__ = '''
|
||||||
match/str: The tab to focus
|
match/str: The tab to focus
|
||||||
no_response/bool: Boolean indicating whether to wait for a response
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
short_desc = 'Focus the specified tab'
|
short_desc = 'Focus the specified tab'
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ if TYPE_CHECKING:
|
|||||||
class FocusWindow(RemoteCommand):
|
class FocusWindow(RemoteCommand):
|
||||||
protocol_spec = __doc__ = '''
|
protocol_spec = __doc__ = '''
|
||||||
match/str: The window to focus
|
match/str: The window to focus
|
||||||
no_response/bool: Boolean indicating whether to wait for a response
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
short_desc = 'Focus the specified window'
|
short_desc = 'Focus the specified window'
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ class LastUsedLayout(RemoteCommand):
|
|||||||
protocol_spec = __doc__ = '''
|
protocol_spec = __doc__ = '''
|
||||||
match/str: Which tab to change the layout of
|
match/str: Which tab to change the layout of
|
||||||
all/bool: Boolean to match all tabs
|
all/bool: Boolean to match all tabs
|
||||||
no_response/bool: Boolean indicating whether to wait for a response
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
short_desc = 'Switch to the last used layout'
|
short_desc = 'Switch to the last used layout'
|
||||||
|
|||||||
Reference in New Issue
Block a user