mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
More typing work
This commit is contained in:
@@ -24,7 +24,7 @@ def generate_stub() -> None:
|
||||
nonlocal text
|
||||
text += as_type_stub(*parse_option_spec(otext), class_name=cls, extra_fields=extra_fields)
|
||||
|
||||
do()
|
||||
do(extra_fields=('args: typing.Sequence[str]',))
|
||||
|
||||
from .launch import options_spec
|
||||
do(options_spec(), 'LaunchCLIOptions')
|
||||
|
||||
Reference in New Issue
Block a user