mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
...
This commit is contained in:
parent
f657e6e916
commit
d84efe105c
@ -115,7 +115,7 @@ def completion(self: TestCompletion, tdir: str):
|
||||
add('kitty -', has_words('-c', '-1', '--'), does_not_have_words('--config', '--single-instance'))
|
||||
add('kitty -c', all_words('-c'))
|
||||
add('kitty --', has_words('--config', '--single-instance', '--'))
|
||||
add('kitty --c', has_words('--config', '--class'))
|
||||
add('kitty --s', has_words('--session', '--start-as'))
|
||||
add('kitty --start-as', all_words('--start-as'))
|
||||
add('kitty --start-as ', all_words('minimized', 'maximized', 'fullscreen', 'normal'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user