We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0709985 commit 25b3a81Copy full SHA for 25b3a81
1 file changed
third_party/2and3/click/decorators.pyi
@@ -103,6 +103,7 @@ def option(
103
help: str = None,
104
# Parameter
105
default: Any = None,
106
+ required: bool = False,
107
callback: Optional[_Callback] = ...,
108
nargs: int = None,
109
metavar: str = None,
0 commit comments