mochi-cli 0.0.4

A CLI tool for managing mochi-based modules.
1
2
3
4
5
6
7
use anyhow::Result;

use mochi_cli::Cli;

fn main() -> Result<()> {
    Cli::handle()
}