This commit is contained in:
Kovid Goyal
2025-01-07 11:55:07 +05:30
parent d7207edf2b
commit 9a6e7e4cdf

View File

@@ -230,7 +230,7 @@ class ClipboardControl(Query):
@query
class OSName(Query):
name: str = 'os_name'
help_text: str = f'The name of the OS the terminal is running on. Kitty returns values: {", ".join(sorted(get_args(OSNames)))}'
help_text: str = f'The name of the OS the terminal is running on. kitty returns values: {", ".join(sorted(get_args(OSNames)))}'
@staticmethod
def get_result(opts: Options, window_id: int, os_window_id: int) -> OSNames: