gmap 0.3.0

Git repository analysis tool for churn and heatmap visualization
Documentation
1
2
3
4
5
6
7
use anyhow::Result;
use gmap::cli::Cli;

fn main() -> Result<()> {
    let cli = Cli::parse();
    cli.execute()
}