replace argparse.Namespace plumbing with typed command inputs

This commit is contained in:
Matteo Rosati
2026-04-22 16:03:51 +02:00
parent 8ebab832d5
commit 2962a2e088
15 changed files with 560 additions and 115 deletions
+4 -1
View File
@@ -25,4 +25,7 @@ chromy = "chromy.main:main"
packages = ["chromy", "chromy.handlers"]
[dependency-groups]
dev = ["nuitka[onefile]>=4.0.8"]
dev = [
"nuitka[onefile]>=4.0.8",
"pytest>=9.0.2",
]