gmsg 0.1.3

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