From 8369372501be8ebae093e3bd39407bf110b7f97c Mon Sep 17 00:00:00 2001 From: Amanda Pinsker Date: Tue, 3 Dec 2019 08:58:05 -0500 Subject: [PATCH] Add google form link to root help description --- command/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/root.go b/command/root.go index 085d1758b..9e299c3e6 100644 --- a/command/root.go +++ b/command/root.go @@ -43,7 +43,7 @@ type FlagError struct { var RootCmd = &cobra.Command{ Use: "gh", Short: "GitHub CLI", - Long: `Work seamlessly with GitHub from the command line`, + Long: `Work seamlessly with GitHub from the command line. GitHub CLI is in early stages of development, and we'd love to hear your feedback at https://forms.gle/pBt3kujJi7nXZmcM6`, SilenceErrors: true, SilenceUsage: true,