mirror of
https://github.com/arabianq/build_msp.git
synced 2026-04-28 06:21:24 +00:00
fix: --help does not work
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ keywords = ["switch", "nintendo", "mod", "mods", "msp"]
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
"clap" = {version = "4.5.45", default-features = false, features = ["derive", "std"]}
|
"clap" = {version = "4.5.45", default-features = false, features = ["derive", "std", "help"]}
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = true
|
strip = true
|
||||||
|
|||||||
Reference in New Issue
Block a user