From 664b2748e88d996c052d23f0281145b88c0175ee Mon Sep 17 00:00:00 2001 From: tummychow Date: Sat, 20 Jul 2024 19:52:02 -0400 Subject: [PATCH] add --version back fixes #115 --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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)]