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