()
| 140 | } |
| 141 | |
| 142 | func (c *KVPatchCommand) AutocompleteFlags() complete.Flags { |
| 143 | return c.Flags().Completions() |
| 144 | } |
| 145 | |
| 146 | func (c *KVPatchCommand) Run(args []string) int { |
| 147 | f := c.Flags() |
nothing calls this directly
no test coverage detected