Skip to content

Commit

Permalink
chore(project): rename the shell completions binary
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 13, 2021
1 parent f1b495d commit 718f535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ categories = ["command-line-utilities"]
default-run = "git-cliff"
edition = "2018"

[[bin]]
name = "git-cliff-completions"
path = "src/bin/completions.rs"

[dependencies]
pretty_env_logger = "0.4.0"
log = "0.4.14"
Expand Down

0 comments on commit 718f535

Please sign in to comment.