Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
func StartProcess ¶
func StartProcess(ctx context.Context, args StartProcessConfig) (*Process, error)
func (*Process) Close ¶
Closecloses the process using a SIGINT signal or forcefully killing it if the process does not exit after the timeout. It then closes the pseudo terminal.
func (*Process) ReadScreen ¶
ReadScreen returns the contents of the terminal window.
Click to show internal directories.
Click to hide internal directories.