.bumpversion.cfg
.codecov.yaml
.cruft.json
.dockerignore
.gitignore
.hadolint.yml
.pylintrc
.readthedocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Makefile
README.md
docker-compose.yml
dpkg-dependencies.txt
pyproject.toml
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
setup.cfg
setup.py
targets.mk
tox.ini
.github/CODEOWNERS
.github/labels.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/ci.md
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/misc.md
.github/ISSUE_TEMPLATE/question.md
.github/ISSUE_TEMPLATE/refactor.md
.github/ISSUE_TEMPLATE/security.md
.github/ISSUE_TEMPLATE/tests.md
.github/workflows/ci.yml
.github/workflows/labeler.yml
bin/check_cc
bin/publish_docs
bin/quick-lints
bin/render_all_cogs
docs/Makefile
docs/make.bat
docs/design/design.md
docs/design/design.template.md
docs/source/changelog.rst
docs/source/clack.pytest_plugin.rst
docs/source/clack.rst
docs/source/clack.types.rst
docs/source/clack.xdg.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/readme.rst
docs/source/_static/README.md
docs/source/_templates/README.md
docs/source/_templates/footer.html
lib/bugyi.sh
scripts/README.md
src/bolton_clack.egg-info/PKG-INFO
src/bolton_clack.egg-info/SOURCES.txt
src/bolton_clack.egg-info/dependency_links.txt
src/bolton_clack.egg-info/not-zip-safe
src/bolton_clack.egg-info/requires.txt
src/bolton_clack.egg-info/top_level.txt
src/clack/__init__.py
src/clack/_config.py
src/clack/_config_file.py
src/clack/_dynvars.py
src/clack/_helpers.py
src/clack/_main.py
src/clack/_parser.py
src/clack/py.typed
src/clack/pytest_plugin.py
src/clack/types.py
src/clack/xdg.py
tests/__init__.py
tests/conftest.py
tests/e2e_helpers.py
tests/shared.py
tests/test_clack.py
tests/test_e2e.py
tests/test_log.py
tests/test_xdg.py
tests/__snapshots__/test_log.ambr
tests/data/__init__.py
tests/data/e2e/__init__.py
tests/data/e2e/simple.py
tests/data/e2e/subcommands.py