commit all of this
All checks were successful
CI / test (push) Successful in 27s

This commit is contained in:
zphinx
2026-05-14 20:00:38 +02:00
parent 2d8a5a66ca
commit 3be14f8f6f
15 changed files with 2138 additions and 131 deletions

View File

@@ -93,5 +93,8 @@ jobs:
- name: Type-check
run: .venv/bin/python -m mypy src
- name: Validate man-page sync with CLI
run: .venv/bin/python -m pytest tests/test_cli.py::test_man_page_covers_cli_long_options -v
- name: Test
run: .venv/bin/python -m pytest