Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 361d64c

Browse files
committed
Use Clap arg parsing lib
This removes getopt and replaces it with the clap library. It should be easier to maintain going forward
1 parent 888c916 commit 361d64c

File tree

2 files changed

+230
-138
lines changed

2 files changed

+230
-138
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build = "build.rs"
66

77
[dependencies]
88
caps = "0.0.1"
9+
clap = "2.24.1"
910
error-chain = "0.10.0"
10-
getopts = "0.2.14"
1111
lazy_static = "0.2.4"
1212
libc = "0.2.21"
1313
log = {version = "0.3.6", features = ["release_max_level_info"] }

0 commit comments

Comments
 (0)