1 2 3 4 5 6 7 8 9 10 11 12
mod args; mod entry; mod handlers; mod help; mod output; mod router; #[cfg(test)] mod tests; pub fn run() -> std::process::ExitCode { entry::run() }