More typing work

This commit is contained in:
Kovid Goyal
2020-03-08 18:55:30 +05:30
parent 7057bc663e
commit 308d171dae
7 changed files with 216 additions and 61 deletions

View File

@@ -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')