mrvillage-cli 0.1.14

My personal CLI
1
2
3
pub trait Handle {
    fn handle(&self) -> anyhow::Result<()>;
}