All activity
The first tool to recursively parse any existing CLI and create documentations for humans and agents. Suitable to build AI-aware documentation for your project.
Document any CLI with cmdgraphA dev tool building CLI documentation for humans and agents
Haoliang Yuleft a comment
I’ve been building CLI tools with Node.js frameworks like commander and oclif. While writing docs in code is convenient for developers, it forces users to install the tool just to read them—and maintaining separate docs is extra overhead. So I built **cmdgraph**. cmdgraph parses in-CLI help output and turns it into an agent-ready JSON AST, plus human-friendly formats like HTML and Markdown. It...
Document any CLI with cmdgraphA dev tool building CLI documentation for humans and agents
