Merge pull request #3786 from browniebroke/remove-secret-long-description

Add a long command description for secrets remove
This commit is contained in:
Mislav Marohnić 2021-06-04 20:18:26 +02:00 committed by GitHub
commit 75abeb13a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@ func NewCmdRemove(f *cmdutil.Factory, runF func(*RemoveOptions) error) *cobra.Co
cmd := &cobra.Command{
Use: "remove <secret-name>",
Short: "Remove an organization, environment, or repository secret",
Short: "Remove secrets",
Long: "Remove a secret for a repository, environment, or organization",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
// support `-R, --repo` override