()
| 67 | } |
| 68 | |
| 69 | func (c *NamespaceCreateCommand) AutocompleteFlags() complete.Flags { |
| 70 | return c.Flags().Completions() |
| 71 | } |
| 72 | |
| 73 | func (c *NamespaceCreateCommand) Run(args []string) int { |
| 74 | f := c.Flags() |
nothing calls this directly
no test coverage detected