Skip to content

Commit

Permalink
add version option
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Jelonek <[email protected]>
  • Loading branch information
jonasjelonek committed Jun 14, 2024
1 parent 23925a5 commit 1b45e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ impl From<&str> for WolPassword {
}

#[derive(Debug, Parser)]
#[command(version)]
pub struct CliArgs {
#[arg(help = "The MAC address of the target host.")]
pub target: pnet::util::MacAddr,
Expand Down

0 comments on commit 1b45e9d

Please sign in to comment.