diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 9aa047fa..4cbf117f 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -59,7 +59,7 @@ impl Default for ConfigReader<'_> { 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), + arg_required_else_help(true), term_width = 400 )] pub struct Config {