From cb0dfaa6de7a0246b5d407625521e0947ae38169 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 20 Apr 2024 14:59:34 -0400 Subject: alias `rbw totp` to `rbw code` --- src/bin/rbw/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/rbw/main.rs b/src/bin/rbw/main.rs index 05dfa2b..eefa52a 100644 --- a/src/bin/rbw/main.rs +++ b/src/bin/rbw/main.rs @@ -87,7 +87,10 @@ enum Opt { clipboard: bool, }, - #[command(about = "Display the authenticator code for a given entry")] + #[command( + about = "Display the authenticator code for a given entry", + visible_alias = "totp" + )] Code { #[arg(help = "Name or UUID of the entry to display")] name: String, -- cgit v1.2.3-54-g00ecf