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
+8
View File
@@ -85,6 +85,14 @@ You can also run it from the source tree without installing the tool:
uv run python -m chromy.main --help
```
## Running Tests
Run the test suite with pytest:
```bash
uv run pytest -q
```
## Commands
```text