1 2 3 4 5 6 7 8
use std::process::ExitCode; #[path = "../cli.rs"] mod cli; fn main() -> ExitCode { cli::run_main("modum", false) }