iforgor 0.3.3

The CLI tool for all those commands you forget about
Documentation
1
2
3
4
5
6
use {clap::Parser, iforgor::Cli};

fn main() -> anyhow::Result<()> {
    let cli = Cli::parse();
    cli.run()
}