()
| 45 | } |
| 46 | |
| 47 | func (c *OperatorKeyStatusCommand) AutocompleteFlags() complete.Flags { |
| 48 | return c.Flags().Completions() |
| 49 | } |
| 50 | |
| 51 | func (c *OperatorKeyStatusCommand) Run(args []string) int { |
| 52 | f := c.Flags() |
nothing calls this directly
no test coverage detected