1 2 3 4 5 6 7
extern crate git_global; use std::process::exit; fn main() { exit(git_global::run_from_command_line()) }