tldr-cli 0.4.0

CLI binary for TLDR code analysis tool
Documentation
1
2
3
4
5
6
7
8
9
//! 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 path_validation;
pub mod signals;