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-daemon binary.
//! This exists so cargo-dist bundles all TLDR binaries into a single archive.

fn main() -> anyhow::Result<()> {
    tldr_daemon::run()
}