Close kills the reconnecting pty process.
(err error)
| 114 | Wait() |
| 115 | // Close kills the reconnecting pty process. |
| 116 | Close(err error) |
| 117 | } |
| 118 | |
| 119 | // New sets up a new reconnecting pty that wraps the provided command. Any |
no outgoing calls
no test coverage detected