mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
feat: use clap crate, add -m flag, change -d to --debug
This commit is contained in:
parent
86ee66c7be
commit
07e03335cc
6 changed files with 374 additions and 113 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue