Shell is a shell command to execute.
| 54 | |
| 55 | // Shell is a shell command to execute. |
| 56 | type Shell struct { |
| 57 | Cmd string |
| 58 | } |
| 59 | |
| 60 | // NewShell creates a new Shell. |
| 61 | func NewShell(cmd string) Shell { |
nothing calls this directly
no outgoing calls
no test coverage detected