mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
more typing work
This commit is contained in:
@@ -22,7 +22,7 @@ except ImportError:
|
||||
|
||||
|
||||
@lru_cache(maxsize=2)
|
||||
def options_spec():
|
||||
def options_spec() -> str:
|
||||
return '''
|
||||
--window-title --title
|
||||
The title to set for the new window. By default, title is controlled by the
|
||||
|
||||
Reference in New Issue
Block a user