diff options
author | tummychow <tummychow@users.noreply.github.com> | 2024-07-20 19:52:02 -0400 |
---|---|---|
committer | tummychow <tummychow@users.noreply.github.com> | 2024-07-20 19:52:02 -0400 |
commit | 664b2748e88d996c052d23f0281145b88c0175ee (patch) | |
tree | baaf292a14c0e6ba673afa758f99cf6c297a2cbf | |
parent | 6ece38e95c9f545b38374377e0c3fc17f658f409 (diff) |
add --version back
fixes #115
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index fbbb3d3..db51d5d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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)] |