It is possible to get the stdoutPipe? just as func (c *Cmd) StdoutPipe() (io.ReadCloser, error) if so, we can get the output when we exec the commands
It is possible to get the stdoutPipe?
just as func (c *Cmd) StdoutPipe() (io.ReadCloser, error)
if so, we can get the output when we exec the commands