0.3.2
版本发布时间: 2020-08-16 22:56:41
fastapi/typer最新发布版本:0.12.5(2024-08-25 05:17:22)
Features
- Add support for
mypy --strict
. Original PR #147 by @victorphoenix3.
Docs
- Update docs with new
--help
showing default values. PR #135 by @victorphoenix3. - Add
Optional
to docs for CLI Arguments and Options with a default ofNone
. PR #131 by @rkbeatss. - Add valid date formats to docs. PR #122 by @IamCathal.