Run runs the command logic
(cobraCmd *cobra.Command, args []string)
| 23 | |
| 24 | // Run runs the command logic |
| 25 | func (cmd *RestartCmd) Run(cobraCmd *cobra.Command, args []string) error { |
| 26 | return util.NewContainerRestarter().RestartContainer() |
| 27 | } |
nothing calls this directly
no test coverage detected