mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
oops
This commit is contained in:
parent
e17ce875be
commit
649a9f4a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ def complete_kitty_cli_arg(ans, opt, prefix):
|
|||
elif dest == 'session':
|
||||
complete_files_and_dirs(ans, prefix, files_group_name='Session files')
|
||||
elif dest == 'directory':
|
||||
complete_files_and_dirs(ans, prefix, files_group_name='Session files', predicate=os.path.isdir)
|
||||
complete_files_and_dirs(ans, prefix, files_group_name='Directories', predicate=os.path.isdir)
|
||||
elif dest == 'start_as':
|
||||
k = 'Start as'
|
||||
ans.match_groups[k] = {x: x for x in 'normal,fullscreen,maximized,minimized'.split(',') if x.startswith(prefix)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue