From a925da8deecc19ca622b6da4bbe7866861b0daaf Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Sun, 19 Dec 2021 15:58:33 +0100 Subject: [PATCH] docs: marker for author ack --- cli/cli.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/cli.go b/cli/cli.go index d12ac39c..7f98454c 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -48,6 +48,9 @@ convenient command-line experience. See "abra autocomplete -h" for more. internal.NoInputFlag, }, Authors: []*cli.Author{ + // If you're looking at this and you hack on Abra and you're not listed + // here, please do add yourself! This is a community project, let's show + // some love {Name: "3wordchant"}, {Name: "decentral1se"}, {Name: "knoflook"},