Remove no_response from json specs

This commit is contained in:
Kovid Goyal 2022-09-25 09:08:03 +05:30
parent 90c1745976
commit cbc569af64
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 0 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'