tldr-cli 0.1.3

CLI binary for TLDR code analysis tool
Documentation
1
2
3
4
5
6
7
8
//! TLDR CLI Library
//!
//! This module exposes the internal command structures for testing.
//! The main binary is in `main.rs`.

pub mod commands;
pub mod output;
pub mod signals;