j-cli 12.9.11

A fast CLI tool for alias management, daily reports, and productivity
1
2
3
4
5
6
7
8
9
mod edit;
mod glob;
mod read;
mod write;

pub use edit::EditFileTool;
pub use glob::GlobTool;
pub use read::ReadFileTool;
pub use write::WriteFileTool;