Command returns the wrapped ApplyRunner cobraCommand structure.
()
| 44 | |
| 45 | // Command returns the wrapped ApplyRunner cobraCommand structure. |
| 46 | func (w *ApplyRunnerWrapper) Command() *cobra.Command { |
| 47 | return w.applyRunner.Command |
| 48 | } |
| 49 | |
| 50 | func (w *ApplyRunnerWrapper) PreRunE(_ *cobra.Command, args []string) error { |
| 51 | if len(args) > 0 { |
no outgoing calls
no test coverage detected