Skip to content

Commit

Permalink
Merge pull request #4036 from Mandragorian/clap
Browse files Browse the repository at this point in the history
Use clap in miri-script
  • Loading branch information
RalfJung authored Dec 14, 2024
2 parents 21d531b + 1309e4c commit e086edf
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 335 deletions.
122 changes: 121 additions & 1 deletion miri-script/Cargo.lock

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

1 change: 1 addition & 0 deletions miri-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ dunce = "1.0.4"
directories = "5"
serde_json = "1"
tempfile = "3.13.0"
clap = { version = "4.5.21", features = ["derive"] }
135 changes: 0 additions & 135 deletions miri-script/src/args.rs

This file was deleted.

Loading

0 comments on commit e086edf

Please sign in to comment.