Skip to content

Commit

Permalink
feat: Make the commit message prompt support readline-style bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinglogic committed Dec 8, 2023
1 parent b0a46f4 commit 28293fa
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 14 deletions.
235 changes: 224 additions & 11 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ clap = { version = "4.2.4", features = ["derive", "cargo"] }
clap_complete = "4.2.1"
lazy_static = "1.4.0"
regex = "1.10.2"
rustyline = "13.0.0"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde_regex = "1.1.0"
Expand Down
Loading

0 comments on commit 28293fa

Please sign in to comment.