main.rs (84B)
1 use std::process::ExitCode; 2 3 fn main() -> ExitCode { 4 kanit_init::handle_cli() 5 }