mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -68,6 +68,7 @@ def parse_ssh_args(args):
|
||||
expecting_option_val = True
|
||||
continue
|
||||
raise SystemExit('Unknown option: {}'.format(arg))
|
||||
continue
|
||||
if expecting_option_val:
|
||||
ssh_args.append(arg)
|
||||
expecting_option_val = False
|
||||
|
||||
Reference in New Issue
Block a user