Remove no_response from json specs
This commit is contained in:
parent
90c1745976
commit
cbc569af64
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user