cleansh 0.1.7

Sanitize your terminal output. One tool. One purpose.
Documentation
1
2
3
4
5
6
/// Contains the main command logic for `cleansh`.
/// src/commands/mod.rs

pub mod cleansh;
pub mod stats;
pub mod uninstall;