gpt_commit 0.1.2

A tool to make ChatGPT create a commit message based on a `git diff`.
Documentation
1
2
3
4
5
6
7
8
pub mod argument;
pub mod choices;
pub mod config;
pub mod constants;
pub mod errors;
pub mod git;
pub mod prompt;
pub mod run;