We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b3b4e commit ad3d38aCopy full SHA for ad3d38a
1 file changed
rust/src/openvasd/config/mod.rs
@@ -609,6 +609,7 @@ impl Config {
609
)
610
.arg(
611
clap::Arg::new("version")
612
+ .long("version")
613
.action(ArgAction::SetTrue)
614
.help("Show openvasd version and exit."),
615
0 commit comments