| 36 | } |
| 37 | |
| 38 | type nerdctlSetup struct { |
| 39 | } |
| 40 | |
| 41 | func (ns *nerdctlSetup) CustomCommand(testCase *test.Case, t tig.T) test.CustomizableCommand { |
| 42 | return newNerdCommand(testCase.Config, t) |
nothing calls this directly
no outgoing calls
no test coverage detected