mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Revert "Fix #5937"
This reverts commit 4b322560c3.
Only two arguments are required to create a marker.
This commit is contained in:
parent
4b322560c3
commit
8638e42135
1 changed files with 1 additions and 1 deletions
|
|
@ -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=3)
|
||||
args = RemoteCommand.Args(spec='MARKER SPECIFICATION', json_field='marker_spec', minimum_count=2)
|
||||
|
||||
def message_to_kitty(self, global_opts: RCOptions, opts: 'CLIOptions', args: ArgsType) -> PayloadType:
|
||||
if len(args) < 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue