Skip to content

Commit

Permalink
enable help with clap
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 11, 2024
1 parent 0ab6d2d commit 19abe09
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 @@ -17,7 +17,7 @@ tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
atty = { version = "0.2", default-features = false }

# CLI args
clap = { version = "4.5", default-features = false, features = ["std", "cargo", "env", "string"] }
clap = { version = "4.5", default-features = false, features = ["std", "cargo", "env", "string", "help"] }

# kv store
sled = { version = "0.34", default-features = false }
Expand Down

0 comments on commit 19abe09

Please sign in to comment.