This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
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. 🤓