Skip to content

Commit

Permalink
Refactor CLI flag parsing (denoland#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and ry committed Apr 6, 2019
1 parent cb11bbd commit 780e72a
Show file tree
Hide file tree
Showing 49 changed files with 328 additions and 245 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion cli/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ main_extern = [
"$rust_build:dirs",
"$rust_build:flatbuffers",
"$rust_build:futures",
"$rust_build:getopts",
"$rust_build:http",
"$rust_build:hyper",
"$rust_build:hyper_rustls",
Expand Down
1 change: 0 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ clap = "2.32.0"
dirs = "1.0.5"
flatbuffers = "0.5.0"
futures = "0.1.25"
getopts = "0.2.18"
http = "0.1.16"
hyper = "0.12.25"
hyper-rustls = "0.16.1"
Expand Down
Loading

0 comments on commit 780e72a

Please sign in to comment.