Skip to content

Commit 07e0333

Browse files
author
rzmk
committed
feat: use clap crate, add -m flag, change -d to --debug
1 parent 86ee66c commit 07e0333

File tree

6 files changed

+372
-111
lines changed

6 files changed

+372
-111
lines changed

Cargo.lock

Lines changed: 190 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "commit-helper"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[[bin]]
77
name = "ch"
88
path = "src/main.rs"
99

1010
[dependencies]
11+
clap = { version = "4.4.12", features = ["derive"] }
1112
inquire = { version = "0.6.2" }

0 commit comments

Comments
 (0)