cmn-hypha 0.3.0

CMN CLI tool — spawn, grow, release, taste, bond, and absorb spores on the Code Mycelial Network
Documentation
1
2
3
4
5
6
7
use std::process::ExitCode;

use hypha::cli;

fn main() -> ExitCode {
    cli::execute(cli::parse_or_exit())
}