Skip to content

Commit

Permalink
Add error-context feature to clap when to display --help when incor…
Browse files Browse the repository at this point in the history
…rect arguments passed
  • Loading branch information
sundaram123krishnan committed Aug 7, 2024
1 parent b927513 commit 3ded658
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 @@ -66,7 +66,7 @@ tempfile = "3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rfd = "0.14.1"
clap = { version = "4.5.13", default-features = false, features = ["std", "help"]}
clap = { version = "4.5.13", default-features = false, features = ["std", "help", "error-context"]}

[target.aarch64-unknown-linux-gnu.dependencies]
rppal = "0.18.0"
Expand Down

0 comments on commit 3ded658

Please sign in to comment.