1 2 3
fn main() -> Result<(), Box<dyn std::error::Error>> { vm::cli::main(vm::cli::CliRuntime::default()) }