Documentation ¶ Index ¶ func ExecCommand(ctx ExecContext, args []string, stdout io.Writer, stderr io.Writer, ...) int func ExecCommandStr(ctx ExecContext, args string, stdout io.Writer, stderr io.Writer, ...) int type ExecContext Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExecCommand ¶ func ExecCommand( ctx ExecContext, args []string, stdout io.Writer, stderr io.Writer, stdin io.Reader, ) int func ExecCommandStr ¶ func ExecCommandStr( ctx ExecContext, args string, stdout io.Writer, stderr io.Writer, stdin io.Reader, ) int Types ¶ type ExecContext ¶ type ExecContext interface { ResolveAlias(args []string) []string Env() map[string]string } Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.