1 2 3 4 5 6 7 8 9
mod cli; mod commit; mod completion; mod git; mod staged_context; pub fn run() -> i32 { cli::run() }