Documentation ¶ Index ¶ type Command func New(name string, arg []string) (*Command, error) func (c *Command) Read(p []byte) (n int, err error) func (c *Command) ResizeTerminal(width int, height int) error func (c *Command) Write(p []byte) (n int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { // contains filtered or unexported fields } func New ¶ func New(name string, arg []string) (*Command, error) func (*Command) Read ¶ func (c *Command) Read(p []byte) (n int, err error) func (*Command) ResizeTerminal ¶ func (c *Command) ResizeTerminal(width int, height int) error func (*Command) Write ¶ func (c *Command) Write(p []byte) (n int, err error) Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.