Skip to content

Commit

Permalink
add features to clap: wrap_help and string
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed May 4, 2023
1 parent 7b79394 commit 04de6c5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ base64.workspace = true
byte-unit = { workspace = true, features = ["serde"] }
bytes = "1.2.1"
candid = { workspace = true, features = ["random"] }
clap = { workspace = true, features = ["derive", "env", "unstable-styles"] }
clap = { workspace = true, features = ["derive", "env", "unstable-styles", "string", "wrap_help"] }
console = "0.15.0"
crc32fast = "1.3.2"
crossbeam = "0.8.1"
Expand Down

0 comments on commit 04de6c5

Please sign in to comment.