Skip to content

Commit 25c6743

Browse files
committed
feat: enable clap default version flag
1 parent 8cac497 commit 25c6743

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/args.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use clap::Parser;
33
#[derive(Parser, Debug)]
44
#[command(name = "gh-ci-tool")]
55
#[command(about = "Check GitHub Actions CI status for current commit")]
6+
#[command(version)]
67
pub struct Args {
78
/// Disable log download for failed jobs
89
#[arg(long, default_value_t = false)]

0 commit comments

Comments
 (0)