Skip to content

Commit

Permalink
Replace structopt with clap-4
Browse files Browse the repository at this point in the history
  • Loading branch information
bofh69 committed Sep 22, 2023
1 parent 14f4e33 commit f483c2d
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 155 deletions.
220 changes: 85 additions & 135 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sebastian Andersson <[email protected]>"]
edition = "2021"

[dependencies]
structopt = "0.3.*"
clap = { version = "4.*", features = ["derive"] }
serial = "0.4.*"
indicatif = "0.17.*"
ctrlc = "3.4.*"
Loading

0 comments on commit f483c2d

Please sign in to comment.