.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
docs/dev.md
src/commandfile/__init__.py
src/commandfile/argparse.py
src/commandfile/io.py
src/commandfile/model.py
src/commandfile/model_generated.py
src/commandfile.egg-info/PKG-INFO
src/commandfile.egg-info/SOURCES.txt
src/commandfile.egg-info/dependency_links.txt
src/commandfile.egg-info/requires.txt
src/commandfile.egg-info/top_level.txt
src/commandfile/data/schema.json
tests/conftest.py
tests/test_argparse.py
tests/test_io.py
tests/test_model.py