add new line help

This commit is contained in:
DastInDark
2022-08-10 20:44:26 +09:00
parent 92895ccc9a
commit 09240212e8
+2 -1
View File
@@ -57,8 +57,9 @@ impl Default for ConfigReader<'_> {
name = "Hayabusa", name = "Hayabusa",
usage = "hayabusa.exe <INPUT> [OTHER-ACTIONS] [OPTIONS]", usage = "hayabusa.exe <INPUT> [OTHER-ACTIONS] [OPTIONS]",
author = "Yamato Security (https://github.com/Yamato-Security/hayabusa) @SecurityYamato)", 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, version,
arg_required_else_help = true, arg_required_else_help (true),
term_width = 400 term_width = 400
)] )]
pub struct Config { pub struct Config {