From acab188fec3b3277b67cabd6cfbb3f22ab3dc6db Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Thu, 11 Aug 2022 18:56:58 +0900 Subject: [PATCH] disabled version --- src/detections/configs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 4cbf117f..2254014b 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -58,7 +58,6 @@ impl Default for ConfigReader<'_> { usage = "hayabusa.exe [OTHER-ACTIONS] [OPTIONS]", author = "Yamato Security (https://github.com/Yamato-Security/hayabusa) @SecurityYamato)", help_template = "\n{name}\n{author}\n\n{usage-heading}\n {usage}\n\n{all-args}\n", - version, arg_required_else_help(true), term_width = 400 )]