mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
...
This commit is contained in:
parent
d8f5dc958d
commit
d319180e88
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue