.bumpversion.cfg
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.yamllint.yaml
HACKING.rst
HOWTO_RELEASE.md
LICENSE
MANIFEST.in
README.rst
examples.py
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/task.yaml
.github/workflows/cla-check.yaml
.github/workflows/docs.yaml
.github/workflows/issues.yaml
.github/workflows/release-drafter.yaml
.github/workflows/tests.yaml
craft_cli/__init__.py
craft_cli/_version.py
craft_cli/dispatcher.py
craft_cli/errors.py
craft_cli/helptexts.py
craft_cli/messages.py
craft_cli/printer.py
craft_cli/py.typed
craft_cli/pytest_plugin.py
craft_cli.egg-info/PKG-INFO
craft_cli.egg-info/SOURCES.txt
craft_cli.egg-info/dependency_links.txt
craft_cli.egg-info/entry_points.txt
craft_cli.egg-info/requires.txt
craft_cli.egg-info/top_level.txt
docs/.gitignore
docs/conf.py
docs/explanations.rst
docs/howtos.rst
docs/index.rst
docs/reference.rst
docs/tutorials.rst
docs/_static/.gitempty
docs/_static/css/custom.css
tests/__init__.py
tests/conftest.py
tests/factory.py
tests/py.typed
tests/test_pytest_plugin.py
tests/integration/__init__.py
tests/integration/test_logging.py
tests/integration/test_messages_integration.py
tests/unit/__init__.py
tests/unit/test_dispatcher.py
tests/unit/test_errors.py
tests/unit/test_help.py
tests/unit/test_messages_emitter.py
tests/unit/test_messages_helpers.py
tests/unit/test_messages_stream_cm.py
tests/unit/test_printer.py