commando 1.1.0

An interactive CLI tool to help you write conventional commit messages with ease.
1
2
3
4
5
6
7
8
9
10
11
mod adapters;
mod app;
mod cli;
mod compiler;
mod domain;
mod input;
mod ports;

fn main() -> std::process::ExitCode {
    cli::run()
}