Skip to content

Commit

Permalink
fix: --help flag not recognized (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Oct 30, 2024
1 parent 5e13f2d commit 87acd22
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
69 changes: 69 additions & 0 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 @@ -48,7 +48,7 @@ upon = { features = ["filters", "serde"], default-features = false, version = "0
serde = { version = "1.0.160", features = ["serde_derive", "std"], default-features = false }
toml = { features = ["parse"], default-features = false, version = "0.8.8" }

clap = { version = "4.2.4", features = ["derive", "std"], default-features = false }
clap = { version = "4.2.4", features = ["derive", "std"], default-features = true }
material-colors = { version = "0.4.0", features = ["image"] }
image = { default-features = false, version = "0.25.2" }
directories = "5.0"
Expand Down

0 comments on commit 87acd22

Please sign in to comment.