Skip to content

Commit 1ee1c18

Browse files
committed
feat: wrap help
1 parent 880daa3 commit 1ee1c18

File tree

2 files changed

+47
-7
lines changed

2 files changed

+47
-7
lines changed

Cargo.lock

Lines changed: 45 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[package]
22
name = "cnb"
3-
# WRN:
4-
# Version will be updated by CI while create a tag.
5-
# NERVER change this.
3+
# WRN: Version will be updated by CI while create a tag, NERVER change this.
64
version = "0.0.0-staging"
75
edition = "2021"
86

@@ -37,7 +35,7 @@ reqwest = { version = "0.11.16", features = ["json"] }
3735
tokio = { version = "1.29.1", features = ["full"] }
3836
futures = "0.3.28"
3937

40-
clap = { version = "4.3.19", features = ["derive"] }
38+
clap = { version = "4.3.19", features = ["derive", "wrap_help"] }
4139
colored = "2.0.4"
4240

4341
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)