aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-17 14:23:37 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-17 14:23:37 -0400
commit0509f3070dd66f5e770dd970f7def6878a57ddd8 (patch)
tree5b80f3d17959623153285ba202ce446468bc5814
parent375d7de596ee366cb776472aea5c3c3fbc395732 (diff)
downloadrbw-0509f3070dd66f5e770dd970f7def6878a57ddd8.tar.gz
rbw-0509f3070dd66f5e770dd970f7def6878a57ddd8.zip
restore the --version option
-rw-r--r--src/bin/rbw/main.rs2
1 files changed, 1 insertions, 1 deletions
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 {