Skip to content

Commit 0947296

Browse files
committed
Update StaticArg.default to be str
1 parent 6c80281 commit 0947296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radicli/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class StaticArg(TypedDict):
3232
option: Optional[str]
3333
short: Optional[str]
3434
orig_help: Optional[str]
35-
default: Optional[Union[bool, str]]
35+
default: str
3636
help: Optional[str]
3737
action: Optional[str]
3838
choices: Optional[List[str]]

0 commit comments

Comments
 (0)