From 0509f3070dd66f5e770dd970f7def6878a57ddd8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 17 Mar 2023 14:23:37 -0400 Subject: restore the --version option --- src/bin/rbw/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/rbw/main.rs b/src/bin/rbw/main.rs index fd34d11..4c706bd 100644 --- a/src/bin/rbw/main.rs +++ b/src/bin/rbw/main.rs @@ -22,7 +22,7 @@ mod commands; mod sock; #[derive(Debug, clap::Parser)] -#[command(about = "Unofficial Bitwarden CLI")] +#[command(version, about = "Unofficial Bitwarden CLI")] enum Opt { #[command(about = "Get or set configuration options")] Config { -- cgit v1.2.3-54-g00ecf