Skip to content

Commit ea628c2

Browse files
authored
Merge pull request #27 from wert007/feature/clap
Use `clap` instead of `getopts` to parse cli args
2 parents 3c15a67 + a036705 commit ea628c2

File tree

4 files changed

+467
-360
lines changed

4 files changed

+467
-360
lines changed

Cargo.lock

+187-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version = "0.1.0"
1010

1111
[dependencies]
1212
chrono = "0.4.19"
13-
getopts = "0.2.21"
13+
clap = { version = "3.2.6", features = ["derive"] }
1414
sysexits = "0.3.0"

0 commit comments

Comments
 (0)