Skip to content

Commit

Permalink
Update StaticArg.default to be str
Browse files Browse the repository at this point in the history
  • Loading branch information
frndmg committed Jun 2, 2023
1 parent 6c80281 commit 0947296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class StaticArg(TypedDict):
option: Optional[str]
short: Optional[str]
orig_help: Optional[str]
default: Optional[Union[bool, str]]
default: str
help: Optional[str]
action: Optional[str]
choices: Optional[List[str]]
Expand Down

0 comments on commit 0947296

Please sign in to comment.