Command will return a populated command from the default internal command, with the provided arguments, ready to be Run or further configured.
(args ...string)
| 85 | // Command will return a populated command from the default internal command, with the provided |
| 86 | // arguments, ready to be Run or further configured. |
| 87 | Command(args ...string) TestableCommand |
| 88 | // Custom will return a bare command, without configuration nor defaults (still has the Env). |
| 89 | Custom(binary string, args ...string) TestableCommand |
| 90 |
no outgoing calls