Use Typer instead of Typer CLI.
All the functionality in this repo for typer-cli
, has been integrated into Typer since version 0.12.1.
The main repo, https://github.com/tiangolo/typer, publishes a PyPI package typer-cli
(that used to be this repo), and that PyPI package does nothing other than depend on typer
.
All the functionality has been integrated into typer
.
Install instead typer
:
pip install typer
That includes the typer
command.
This repo is now deprecated and archived. 🤓
This project is licensed under the terms of the MIT license.