WithTimeout defines the execution timeout for a command.
(timeout time.Duration)
| 115 | WithCwd(path string) |
| 116 | // WithTimeout defines the execution timeout for a command. |
| 117 | WithTimeout(timeout time.Duration) |
| 118 | // Setenv allows to override a specific env variable directly for a specific command instead of test-wide |
| 119 | Setenv(key, value string) |
| 120 | // WithFeeder allows passing a reader to be fed to the command stdin. |
no outgoing calls