()
| 79 | } |
| 80 | |
| 81 | func (c *OperatorUsageCommand) AutocompleteFlags() complete.Flags { |
| 82 | return c.Flags().Completions() |
| 83 | } |
| 84 | |
| 85 | func (c *OperatorUsageCommand) Run(args []string) int { |
| 86 | f := c.Flags() |
nothing calls this directly
no test coverage detected