1 2 3 4 5 6 7
fn main() { if let Err(e) = slient_layer::cli::run() { eprintln!("Error: {}", e); std::process::exit(1); } }