1 2 3 4 5 6 7
//! Sirno binary front door. use std::process::ExitCode; fn main() -> ExitCode { sirno::surface::run_cli_from_env() }