()
| 267 | } |
| 268 | |
| 269 | func (c *SecretsEnableCommand) AutocompleteFlags() complete.Flags { |
| 270 | return c.Flags().Completions() |
| 271 | } |
| 272 | |
| 273 | func (c *SecretsEnableCommand) Run(args []string) int { |
| 274 | f := c.Flags() |
nothing calls this directly
no test coverage detected