.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
common.mk
examples.py
pyproject.toml
uv.lock
.github/.jira_sync_config.yaml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/task.yaml
.github/workflows/check-renovate.yaml
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-publish.yaml
.github/workflows/tics.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/utils.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
craft_cli/completion/__init__.py
craft_cli/completion/__main__.py
craft_cli/completion/bash_completion.sh.j2
craft_cli/completion/completion.py
docs/.custom_wordlist.txt
docs/.gitignore
docs/.wokeignore
docs/.wordlist.txt
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/explanations.rst
docs/index.rst
docs/redirects.txt
docs/reference.rst
docs/tutorials.rst
docs/.sphinx/spellingcheck.yaml
docs/autodoc/craft_cli.messages.template
docs/how-to-guides/change-logfile.rst
docs/how-to-guides/change-return-code.rst
docs/how-to-guides/create-hidden-options.rst
docs/how-to-guides/index.rst
docs/how-to-guides/raise-helpful-errors.rst
docs/how-to-guides/set-default-command.rst
docs/how-to-guides/unit-test-with-emitter.rst
docs/how-to-guides/use-global-args.rst
docs/how-to-guides/use-the-completion-module.rst
docs/how-to-guides/yield-terminal-control.rst
docs/reuse/links.txt
tests/__init__.py
tests/conftest.py
tests/factory.py
tests/py.typed
tests/test_pytest_plugin.py
tests/integration/__init__.py
tests/integration/test_completion.py
tests/integration/test_logging.py
tests/integration/test_messages_integration.py
tests/integration/test_completion/expected_script.sh
tests/unit/__init__.py
tests/unit/test_completion.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
tests/unit/test_utils.py