Skip to content

Commit

Permalink
add --version back
Browse files Browse the repository at this point in the history
fixes #115
  • Loading branch information
tummychow committed Jul 20, 2024
1 parent 6ece38e commit 664b274
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 @@ -9,6 +9,7 @@ use std::io;

/// Automatically absorb staged changes into your current branch
#[derive(Debug, clap::Parser)]
#[command(version)]
struct Cli {
/// Use this commit as the base of the absorb stack
#[clap(long, short)]
Expand Down

0 comments on commit 664b274

Please sign in to comment.