mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Implement delegate based completion fof the ssh and hyperlinked_grep kittens
This commit is contained in:
@@ -112,3 +112,6 @@ def main() -> None:
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
elif __name__ == '__wrapper_of__':
|
||||
cd = sys.cli_docs # type: ignore
|
||||
cd['wrapper_of'] = 'rg'
|
||||
|
||||
Reference in New Issue
Block a user