Iuri de Silvio

Results 52 issues of Iuri de Silvio

Discussion in https://github.com/tiangolo/typer/discussions/873. Click supports [optional value](https://click.palletsprojects.com/en/8.1.x/options/#optional-value). To make it work, you have to set `is_flag=False, flag_value="any value"`, then: * `--foo` return defined `flag_value` * `--foo something` return `something` It...

bug
p2

https://github.com/python/mypy/issues/17542