Remove no_response from json specs
This commit is contained in:
parent
90c1745976
commit
cbc569af64
3 changed files with 0 additions and 3 deletions
|
|
@ -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 @@
|
|||
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…
Reference in a new issue