Merge pull request #1786 from y-yagi/fix-short-description-of-gist

Fix short description of `gist`
This commit is contained in:
Mislav Marohnić 2020-09-18 13:26:28 +02:00 committed by GitHub
commit f99c0a5250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ import (
func NewCmdGist(f *cmdutil.Factory) *cobra.Command {
cmd := &cobra.Command{
Use: "gist",
Short: "Create gists",
Short: "Manage gists",
Long: `Work with GitHub gists.`,
Annotations: map[string]string{
"IsCore": "true",