Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunInteractive ¶ added in v0.7.2
func RunInteractive(ctx context.Context, in io.Reader, out, errW io.Writer, cmd, dir string, args ...string) error
RunInteractive runs cmd with args in dir, wiring in/out/errW to the subprocess. Stdout and stderr are teed: output streams live to the caller's writers and is captured in a buffer included in any error returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.