1 2 3 4
fn main() -> Result<(), Box<dyn ::std::error::Error>> { git_uncommit::init(); Ok(git_uncommit::main()?) }