emu-cli 0.4.3

Linux desktop-friendly CLI qemu wrangling tool
Documentation
1
2
3
4
5
6
#[tokio::main]
async fn main() {
    if let Err(e) = emu_cli::evaluate().await {
        println!("error: {}", e.to_string());
    }
}