[private]
@help:
    just --list

run *args:
    uv run wg-confgen {{args}}

check *args:
    uv run pytest tests {{args}}

build version:
    uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version "{{version}}"
    uv build
