| Crates.io | cli_doc |
| lib.rs | cli_doc |
| version | 0.1.2 |
| created_at | 2025-06-18 18:52:17.888738+00 |
| updated_at | 2025-08-28 10:49:05.090342+00 |
| description | Documentation generator for CLI |
| homepage | |
| repository | https://github.com/spirali/cli-doc |
| max_upload_size | |
| id | 1717493 |
| size | 505,340 |
cli_doc - Documentation generator for CLIcli_doc generates HTML documentation for an application's command-line interface.
cli_doc does not need to be compiled with the application; it just needs its executable. It automatically extracts information by (recursively) calling the application with the --help option.
Currently, cli_doc supports only CLIs that are generated by clap (or applications with a similar help format).
$ cli_doc cargo
Output: doc.html
Generating documentation for HyperQueue
$ cli_doc hq
Output: doc.html
$ cargo install cli_doc