Merge pull request #128 from github/add-feedback

Add google form link to root help description
This commit is contained in:
Corey Johnson 2019-12-04 10:48:33 -08:00 committed by GitHub
commit 418da8713b

View file

@ -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,