mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -335,7 +335,7 @@ The minimum number of characters to consider a match.
|
||||
|
||||
def parse_hints_args(args):
|
||||
msg = 'Select text from the screen using the keyboard. Defaults to searching for URLs.'
|
||||
return parse_args(args[1:], OPTIONS, '', msg, 'hints')
|
||||
return parse_args(args, OPTIONS, '', msg, 'hints')
|
||||
|
||||
|
||||
def main(args):
|
||||
|
||||
Reference in New Issue
Block a user