better cli

This commit is contained in:
senstella
2026-01-18 23:20:11 +09:00
parent 6560ac93f1
commit 2c83bea7a9
3 changed files with 231 additions and 143 deletions

View File

@@ -6,5 +6,10 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"brotli>=1.2.0",
"typer>=0.15.0",
"rich>=13.0.0",
"zstandard>=0.25.0",
]
[project.scripts]
pwr = "pwr.cli:app"