Add a long command description for secrets remove

This commit is contained in:
Bruno Alla 2021-06-04 16:32:21 +01:00
parent 7d8940b751
commit 051520afe1

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