1 2 3 4 5 6
mod cli; mod dispatch; fn main() -> std::process::ExitCode { dispatch::run_with_exit_code() }