Skip to content

Commit

Permalink
Added feature wrap_help to clap to fix --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Tom Hodapp committed Nov 19, 2024
1 parent 9a97951 commit a773179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ members = [
ariadne = "0.4.1" # for nice errors
num = "0.4"
# itertools = "0.13.0"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive", "wrap_help"] }
arrayvec = "0.7.6"

# Tree sitter
Expand Down

0 comments on commit a773179

Please sign in to comment.