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 863a3fb
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 156 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.*"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Sebastian Andersson
Copyright (c) 2019-2023 Sebastian Andersson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 863a3fb

Please sign in to comment.