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 6c80281 commit 0947296Copy full SHA for 0947296
radicli/util.py
@@ -32,7 +32,7 @@ class StaticArg(TypedDict):
32
option: Optional[str]
33
short: Optional[str]
34
orig_help: Optional[str]
35
- default: Optional[Union[bool, str]]
+ default: str
36
help: Optional[str]
37
action: Optional[str]
38
choices: Optional[List[str]]
0 commit comments