Skip to content

Commit 6a63535

Browse files
authored
feat: show version (#84)
1 parent 2c4de7e commit 6a63535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ mod utils;
2121

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

0 commit comments

Comments
 (0)