mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
More completion work
This commit is contained in:
@@ -118,6 +118,9 @@ def completion(self: TestCompletion, tdir: str):
|
||||
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'))
|
||||
add('kitty -1 ', does_not_have_words('@ls', '@'))
|
||||
add('kitty --directory ', all_words('bin/', 'sub/'))
|
||||
add('kitty -1d ', all_words('bin/', 'sub/'))
|
||||
|
||||
for cmd, tests, result in zip(all_cmds, all_tests, run_tool()):
|
||||
self.current_cmd = cmd
|
||||
|
||||
Reference in New Issue
Block a user