feat/cli: migrate to typer

Fire is too hard to customize.
This commit is contained in:
2023-07-03 22:44:07 +07:00
parent 5b916025f3
commit 4db6e92b54
7 changed files with 699 additions and 582 deletions

View File

@ -10,6 +10,7 @@ readme = "README.md"
python = "^3.11"
platformdirs = "^3.5.1"
requests = "^2.31.0"
typer = {extras = ["all"], version = "^0.9.0"}
[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
@ -17,7 +18,7 @@ pre-commit = "^3.3.3"
[tool.poetry.group.cli.dependencies]
fire = "^0.5.0"
tqdm = "^4.65.0"
[build-system]
requires = ["poetry-core"]