| 49 | } |
| 50 | |
| 51 | type executor struct{} |
| 52 | |
| 53 | // CommandContext is part of the Interface interface. |
| 54 | func (*executor) CommandContext(ctx context.Context, cmd string, args ...string) Cmd { |
nothing calls this directly
no outgoing calls
no test coverage detected