Skip to content

Commit

Permalink
feat: show version (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Oct 30, 2024
1 parent 2c4de7e commit 6a63535
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 @@ -21,6 +21,7 @@ mod utils;

/// Finds security issues in GitHub Actions setups.
#[derive(Parser)]
#[command(version)]
struct Args {
/// Emit findings even when the context suggests an explicit security decision made by the user.
#[arg(short, long)]
Expand Down

0 comments on commit 6a63535

Please sign in to comment.