mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Fix #2411
This commit is contained in:
parent
f729985346
commit
ef879bab9c
1 changed files with 1 additions and 0 deletions
|
|
@ -494,6 +494,7 @@ def parse_cmdline(oc: Options, disabled: OptionSpecSeq, ans: Any, args: Optional
|
|||
if state is NORMAL:
|
||||
if arg.startswith('-'):
|
||||
if arg == '--':
|
||||
leftover_args = list(dargs)
|
||||
break
|
||||
parts = arg.split('=', 1)
|
||||
needs_arg = oc.needs_arg(parts[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue