No description
| .github/workflows | ||
| LICENSES | ||
| src/chap/commands | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .pylintrc | ||
| Makefile | ||
| mypy.ini | ||
| pyproject.toml | ||
| README.md | ||
| requirements-dev.txt | ||
chap-command-explain
A proof-of-concept command plug-in for chap.
Installation
If you installed chap with pip, then run pip install chap-command-explain.
If you installed chap with pipx, then run pipx inject chap chap-command-explain.
Use
chap explain "echo 42 | tee /etc/answer"