Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Dec 31, 2024
1 parent 909bccb commit 37c3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/options/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def kitten_parse(func: str, rest: str) -> FuncArgsType:
parts = to_cmdline(rest)
if func == 'kitten':
return func, parts
return 'kitten', args[1:]
return 'kitten', parts[1:]


@func_with_args('open_url')
Expand Down

0 comments on commit 37c3bbc

Please sign in to comment.