enable just specific features required to show help

reviewable/pr161/r2
Skorobogaty Dmitry 2 weeks ago
parent 97f640883f
commit a92a68830f
No known key found for this signature in database
GPG Key ID: 46B290E986B754D8

@ -22,7 +22,11 @@ tokio = { workspace = true, features = [
"signal",
] }
{% if program_types_with_opts contains program_type -%}
clap = { workspace = true, default-features = true, features = ["derive"] }
clap = { workspace = true, default-features = false, features = [
"derive",
"help",
"usage"
] }
{% endif -%}
[build-dependencies]

Loading…
Cancel
Save