WithPseudoTTY will allocate a new pty and set the command stdin and stdout to it.
()
| 111 | WithWrapper(binary string, args ...string) |
| 112 | // WithPseudoTTY will allocate a new pty and set the command stdin and stdout to it. |
| 113 | WithPseudoTTY() |
| 114 | // WithCwd allows specifying the working directory for the command. |
| 115 | WithCwd(path string) |
| 116 | // WithTimeout defines the execution timeout for a command. |
no outgoing calls