()
| 114 | } |
| 115 | |
| 116 | func (nc *nerdCommand) Background() { |
| 117 | nc.prep() |
| 118 | nc.GenericCommand.Background() |
| 119 | } |
| 120 | |
| 121 | // Run does override the generic command run, as we are testing both docker and nerdctl |
| 122 | func (nc *nerdCommand) prep() { |
nothing calls this directly
no test coverage detected