Setenv sets an environment variable that will be applied to any command executed by Shell or Run.
(name, value string)
| 31 | // Setenv sets an environment variable that will be applied to any |
| 32 | // command executed by Shell or Run. |
| 33 | Setenv(name, value string) error |
| 34 | |
| 35 | // Start runs cmd on the remote host. Typically, the remote |
| 36 | // server passes cmd to the shell for interpretation. |
no outgoing calls