mypy --strict. Original PR #147 by @victorphoenix3.--help showing default values. PR #135 by @victorphoenix3.Optional to docs for CLI Arguments and Options with a default of None. PR #131 by @rkbeatss.help parameter in CLI arguments:
help in CLI arguments is not supported by Click, there are two new internal classes (Click sub-classes) to support it:typer.core.TyperArgumenttyper.core.TyperCommandArguments for CLI arguments, showing defaults, required arguments, etc.hidden parameter.show_default is True by default.show_envvar is True by default.python -m some_package using __main__.py: Building a Package: Support python -m. PR #121.*args and **kwargs when calling the Typer app, just like in Click. PR #120 by @teymour-aldridge.typer.echo() and print() for colors in Windows. PR #89.click-completion (with its sub-dependencies, like Jinja).shellingham to auto detect shell to install (it was used by click-completion).shellingham is not installed/added as a dependency, --install-completion and --show-completion take a value with the name of the shell.pwsh (PowerShell Core).mypy to type check applications built with Typer. PR #58.