From 541f8799640add9c1a0323cb464eeca50cbf4716 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Thu, 14 Aug 2025 07:45:19 +0300 Subject: [PATCH] fix: --help does not work --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ad3a78..094a47d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["switch", "nintendo", "mod", "mods", "msp"] build = "build.rs" [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] strip = true