Skip to content

Commit

Permalink
feat: use clap crate, add -m flag, change -d to --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jan 1, 2024
1 parent 86ee66c commit 07e0333
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 111 deletions.
201 changes: 190 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "commit-helper"
version = "0.1.4"
version = "0.2.0"
edition = "2021"

[[bin]]
name = "ch"
path = "src/main.rs"

[dependencies]
clap = { version = "4.4.12", features = ["derive"] }
inquire = { version = "0.6.2" }
Loading

0 comments on commit 07e0333

Please sign in to comment.