gmsg 0.1.0

AI-powered commit message generator with a TUI editor
Documentation
1
2
3
4
5
6
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    gmsg::run().await?;

    Ok(())
}