git-mob-tool 1.9.3

A CLI tool which can help users automatically add co-author(s) to git commits for pair/mob programming
Documentation
1
2
3
4
5
6
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;

pub mod cli;
mod commands;
pub mod helpers;
pub mod repositories;