tldr-cli 0.1.3

CLI binary for TLDR code analysis tool
Documentation
1
2
3
4
5
6
//! Thin wrapper that re-exports the tldr-mcp binary.
//! This exists so cargo-dist bundles all TLDR binaries into a single archive.

fn main() {
    tldr_mcp::run();
}