Command returns a Cmd instance which can be used to run a single command. This follows the pattern of package os/exec.
(cmd string, args ...string)
| 33 | // Command returns a Cmd instance which can be used to run a single command. |
| 34 | // This follows the pattern of package os/exec. |
| 35 | Command(cmd string, args ...string) Cmd |
| 36 | |
| 37 | // CommandContext returns a Cmd instance which can be used to run a single command. |
| 38 | // |
no outgoing calls
no test coverage detected