mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add version keyword arg to argparse.ArgumentParser.add_argument
This commit is contained in:
@@ -127,7 +127,8 @@ class _ActionsContainer:
|
||||
required: bool = ...,
|
||||
help: str = ...,
|
||||
metavar: str = ...,
|
||||
dest: str = ...
|
||||
dest: str = ...,
|
||||
version: str = ...,
|
||||
) -> None: ...
|
||||
def add_argument_group(self, *args, **kwargs): ...
|
||||
def add_mutually_exclusive_group(self, **kwargs): ...
|
||||
|
||||
Reference in New Issue
Block a user