Skip to content

Commit

Permalink
docs: Add help output to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 15, 2023
1 parent 012f616 commit d415548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ log = "0.4.1"
clap = { version = "4.0.0", default-features = false, features = ["std", "derive"] }

[dev-dependencies]
clap = { version = "4.0.0", default-features = false, features = ["help", "usage"] }
env_logger = "0.10.1"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit d415548

Please sign in to comment.