Skip to content

Commit 3cfb23b

Browse files
committed
Auto merge of #5152 - matklad:clap, r=alexcrichton
Clap Reopening of #5129 So, looks like all tests are 🍏 on my machine! I definitely want to refactor it some more, and also manually checked that we haven't regressed any help messages, but all the major parts are in place already.
2 parents df93db5 + 6b9c063 commit 3cfb23b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2190
-3159
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ crates-io = { path = "src/crates-io", version = "0.16" }
2222
crossbeam = "0.3"
2323
crypto-hash = "0.3"
2424
curl = "0.4.6"
25-
docopt = "0.8.1"
2625
env_logger = "0.5"
2726
failure = "0.1.1"
2827
filetime = "0.1"
@@ -54,6 +53,7 @@ tempdir = "0.3"
5453
termcolor = "0.3"
5554
toml = "0.4"
5655
url = "1.1"
56+
clap = "2.27.0"
5757

5858
[target.'cfg(target_os = "macos")'.dependencies]
5959
core-foundation = { version = "0.5.1", features = ["mac_os_10_7_support"] }

src/bin/bench.rs

Lines changed: 0 additions & 159 deletions
This file was deleted.

src/bin/build.rs

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)