Skip to main content

tldr_cli/
lib.rs

1//! TLDR CLI Library
2//!
3//! This module exposes the internal command structures for testing.
4//! The main binary is in `main.rs`.
5
6pub mod commands;
7pub mod output;
8pub mod signals;