Fix #5937
This commit is contained in:
parent
0a4ad1fe12
commit
4b322560c3
@ -29,7 +29,7 @@ class CreateMarker(RemoteCommand):
|
|||||||
type=bool-set
|
type=bool-set
|
||||||
Apply marker to the window this command is run in, rather than the active window.
|
Apply marker to the window this command is run in, rather than the active window.
|
||||||
'''
|
'''
|
||||||
args = RemoteCommand.Args(spec='MARKER SPECIFICATION', json_field='marker_spec', minimum_count=2)
|
args = RemoteCommand.Args(spec='MARKER SPECIFICATION', json_field='marker_spec', minimum_count=3)
|
||||||
|
|
||||||
def message_to_kitty(self, global_opts: RCOptions, opts: 'CLIOptions', args: ArgsType) -> PayloadType:
|
def message_to_kitty(self, global_opts: RCOptions, opts: 'CLIOptions', args: ArgsType) -> PayloadType:
|
||||||
if len(args) < 2:
|
if len(args) < 2:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user