From 5be819e9db8e727ba30ffb33a2dd524e51dd7537 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 18 Mar 2024 18:38:42 -0400 Subject: [PATCH] Advertise TOTP support in printInfo.go, add to shell completions --- src/cli/printInfo.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli/printInfo.go b/src/cli/printInfo.go index 05c0d65..f4a0f55 100644 --- a/src/cli/printInfo.go +++ b/src/cli/printInfo.go @@ -35,6 +35,7 @@ This program comes with absolutely no warranty; type "mutn version" for details. copy: password|-pw| Copy the password of an entry to your clipboard username|-u Copy the username of an entry to your clipboard + totp|-t Copy the TOTP code of an entry to your clipboard url|-l Copy the url of an entry to your clipboard note|-n Copy the note of an entry to your clipboard edit: @@ -88,6 +89,7 @@ func HelpCopy() { copy: password|-pw| Copy the password in an entry to your clipboard username|-u Copy the username in an entry to your clipboard + totp|-t Copy the TOTP code of an entry to your clipboard url|-l Copy the url in an entry to your clipboard note|-n Copy the first note line in an entry to your clipboard` + "\n\n") os.Exit(0)