Replace Click with Typer for improved CLI argument handling

This commit is contained in:
Esa Kataja
2025-04-17 12:36:31 +03:00
parent 55cd3e7ec0
commit a30791a036
3 changed files with 41 additions and 13 deletions
+1
View File
@@ -10,4 +10,5 @@ dependencies = [
"python-dotenv>=1.0.1",
"requests>=2.32.3",
"rich>=13.9.4",
"typer>=0.15.2",
]