Date: Sunday, May 10, 2020 @ 11:43:35 Author: foxboron Revision: 626167
upgpkg: gopass 1.9.1-1 Deleted: gopass/trunk/clipboard.patch -----------------+ clipboard.patch | 36 ------------------------------------ 1 file changed, 36 deletions(-) Deleted: clipboard.patch =================================================================== --- clipboard.patch 2020-05-10 11:41:55 UTC (rev 626166) +++ clipboard.patch 2020-05-10 11:43:35 UTC (rev 626167) @@ -1,36 +0,0 @@ -From 05979a825ab10ca014052d55194273a43808b9f4 Mon Sep 17 00:00:00 2001 -From: Dominik Schulz <[email protected]> -Date: Sun, 3 May 2020 21:15:32 +0200 -Subject: [PATCH] Properly specify aliases on the default show action (#1319) - -Fixes #1318 - -RELEASE_NOTES=[BUGFIX] Fix -c and -C for default show action. - -Signed-off-by: Dominik Schulz <[email protected]> ---- - app.go | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) - -diff --git a/app.go b/app.go -index 8c2d0ffc..0fdcc783 100644 ---- a/app.go -+++ b/app.go -@@ -70,12 +70,14 @@ func setupApp(ctx context.Context, sv semver.Version) (context.Context, *cli.App - Usage: "Assume yes on all yes/no questions or use the default on all others", - }, - &cli.BoolFlag{ -- Name: "clip, c", -- Usage: "Copy the first line of the secret into the clipboard", -+ Name: "clip", -+ Aliases: []string{"c"}, -+ Usage: "Copy the first line of the secret into the clipboard", - }, - &cli.BoolFlag{ -- Name: "alsoclip, C", -- Usage: "Copy the first line of the secret into the clipboard and show everything", -+ Name: "alsoclip", -+ Aliases: []string{"C"}, -+ Usage: "Copy the first line of the secret into the clipboard and show everything", - }, - }
