...
This commit is contained in:
parent
d7207edf2b
commit
9a6e7e4cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ def get_result(opts: Options, window_id: int, os_window_id: int) -> str:
|
|||
@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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue