feat: use clap crate, add -m flag, change -d to --debug

This commit is contained in:
rzmk 2024-01-01 04:32:51 -05:00
parent 86ee66c7be
commit 07e03335cc
No known key found for this signature in database
6 changed files with 374 additions and 113 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "commit-helper"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
[[bin]]
@ -8,4 +8,5 @@ name = "ch"
path = "src/main.rs"
[dependencies]
clap = { version = "4.4.12", features = ["derive"] }
inquire = { version = "0.6.2" }