git-global 0.7.0

Keep track of all the git repositories on your machine.
Documentation
1
2
3
4
5
#[test]
fn verify_cli() {
    let app = git_global::get_clap_app();
    app.debug_assert();
}