added version number
This commit is contained in:
@@ -54,11 +54,11 @@ impl Default for ConfigReader<'_> {
|
||||
|
||||
#[derive(Parser)]
|
||||
#[clap(
|
||||
name = "Hayabusa 1.5.0-dev",
|
||||
name = "Hayabusa",
|
||||
usage = "hayabusa.exe <INPUT> [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",
|
||||
// arg_required_else_help(true),
|
||||
help_template = "\n{name} {version}\n{author}\n\n{usage-heading}\n {usage}\n\n{all-args}\n",
|
||||
version,
|
||||
term_width = 400
|
||||
)]
|
||||
pub struct Config {
|
||||
|
||||
Reference in New Issue
Block a user