Documentation ¶
Index ¶
- type Command
- func (c *Command) AddPipe(cmd *Command)
- func (c *Command) Cd(path string) *Command
- func (c *Command) Run()
- func (c *Command) SetCMD(name string, args ...string) *Command
- func (c *Command) SetStderr(err io.Writer)
- func (c *Command) SetStdin(in io.Reader)
- func (c *Command) SetStdout(out io.Writer)
- func (c *Command) Start() error
- func (c *Command) StdoutPipe() io.ReadCloser
- func (c *Command) Wait() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.