1 2 3 4 5 6
fn main() { cargo_x::start().unwrap_or_else(|err| { eprintln!("{}", err); std::process::exit(1); }); }