Skip to content

Commit a36c0c4

Browse files
authored
Merge pull request #21 from michaelarnauts/clap
Migrate from StructOpt to Clap
2 parents 80527e9 + 2dc82ca commit a36c0c4

File tree

3 files changed

+127
-118
lines changed

3 files changed

+127
-118
lines changed

Cargo.lock

+106-97
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
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
1212

1313
[dependencies]
1414
serde = { version = "1.0.125", features = ["derive"]}
15-
structopt = "0.3"
15+
clap = { version = "4.0", features = ["derive", "env"] }
1616
log = "0.4"
1717
flexi_logger = "0.19"
1818
reqwest = { version = "0.11", features = ["json", "native-tls", "blocking"]}

0 commit comments

Comments
 (0)