Implementation Guide¶
Practical guidance for implementing The CLI Spec in your CLI tool.
Choose your language:
- Rust (clap) — with links to real, tested source code
- Go (cobra)
- Python (click)
Or jump to:
- Verifying Compliance — test your tool against the spec
- CI/CD — GitHub Actions and Makefile patterns