Skip to content

Commit

Permalink
Change testing method
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Dec 27, 2024
1 parent a2aaba1 commit 6b252ae
Show file tree
Hide file tree
Showing 5 changed files with 542 additions and 353 deletions.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pub enum ModpackSubCommands {
Upgrade,
}

#[derive(Clone, Debug, Args)]
#[derive(Clone, Default, Debug, Args)]
#[group(id = "loader", multiple = false)]
pub struct FilterArguments {
#[clap(long, short = 'p')]
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg_attr(test, feature(assert_matches))]
#![deny(
clippy::all,
clippy::perf,
Expand Down
Loading

0 comments on commit 6b252ae

Please sign in to comment.