Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
Cmd is a shelled out command and an attached pty
type Option ¶
type Option func(*Cmd)
Option is a configuration option for a Cmd
func WithCloseSignal ¶
WithCloseSignal lets you specify the signal to send to the underlying process on close
func WithCloseTimeout ¶
WithCloseTimeout lets you specify how long to wait for the underlying process to terminate before sending a SIGKILL
Click to show internal directories.
Click to hide internal directories.