Skip to content

Commit

Permalink
Update ravedude to clap 3.0
Browse files Browse the repository at this point in the history
Because structopt is in maintenance mode, and clap 3.0 is the replacement. Future work: update clap to 4.0.
  • Loading branch information
innermatrix committed Jan 20, 2025
1 parent 949130a commit 259f246
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 89 deletions.
238 changes: 166 additions & 72 deletions ravedude/Cargo.lock

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

6 changes: 1 addition & 5 deletions ravedude/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ ctrlc = "3.2.1"
serde = { version = "1.0.197", features = ["serde_derive"] }
toml = "0.8.11"
either = "1.10.0"

[dependencies.structopt]
version = "0.3.21"
default-features = false
features = ["color"]
clap = { version = "3.0.0", features = ["derive", "env"] }
Loading

0 comments on commit 259f246

Please sign in to comment.