mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
f657e6e916
commit
d84efe105c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue