Shorten top summary

This commit is contained in:
Amanda Pinsker 2019-11-22 11:07:59 -08:00 committed by GitHub
parent b30054c55a
commit 977d47b263

View file

@ -37,11 +37,7 @@ type FlagError struct {
var RootCmd = &cobra.Command{
Use: "gh",
Short: "GitHub CLI",
Long: `Work seamlessly with GitHub from your command-line, starting
with issues and pull requests.
(Note: gh is in a very alpha phase.)`,
Long: `Work seamlessly with GitHub from the command line`,
SilenceErrors: true,
SilenceUsage: true,
}