diff --git a/kitty/rc/create_marker.py b/kitty/rc/create_marker.py index 4391c0ddb..0abfcf1f5 100644 --- a/kitty/rc/create_marker.py +++ b/kitty/rc/create_marker.py @@ -29,7 +29,7 @@ class CreateMarker(RemoteCommand): type=bool-set 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: if len(args) < 2: