Commit dba117c
committed
fix: remove type=bool from click flag option
When is_flag=True, Click automatically handles boolean values.
Specifying type=bool can cause Pydantic validation errors.
Signed-off-by: Alon Kellner <[email protected]>1 parent 4e5393e commit dba117c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments