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"},