Jon Dufresne
2021-02-28 09:15:38 -08:00
committed by GitHub
parent e2967a8bee
commit b03cd49a87
+1
View File
@@ -96,6 +96,7 @@ class Option:
_short_opts: List[_Text]
action: _Text
dest: Optional[_Text]
default: Any
nargs: int
type: Any
callback: Optional[Callable[..., Any]]