git-revise 0.1.8

A command line utility for better commit
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod ai;
pub mod cli;
pub mod config;
pub mod error;
pub mod git;
pub mod hook;
pub mod revise;

pub use cli::{AICommand, ReviseCommands};
pub use config::{get_config, ReviseConfig};
pub use error::ReviseResult;