withEnv *copies* the passed map to the environment of the command to be executed Note that this will override any variable defined in the embedding environment
(env map[string]string)
| 64 | // withEnv *copies* the passed map to the environment of the command to be executed |
| 65 | // Note that this will override any variable defined in the embedding environment |
| 66 | withEnv(env map[string]string) |
| 67 | // withTempDir specifies a temporary directory to use |
| 68 | // FIXME: this is only required because of the current command extension mechanism |
| 69 | withTempDir(path string) |
no outgoing calls
no test coverage detected