Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Command ¶
func Command(cmd *exec.Cmd, param *CommandParam, opts ...CommandOpt) gopipe.Action
Types ¶
type CommandOpt ¶
func Dir ¶
func Dir(dir string) CommandOpt
func Env ¶
func Env(name, value string) CommandOpt
func EnvMap ¶
func EnvMap(m map[string]string) CommandOpt
func Envs ¶
func Envs(envs []string) CommandOpt
func Stderr ¶
func Stderr(w io.Writer) CommandOpt
func Stdout ¶
func Stdout(w io.Writer) CommandOpt
type CommandParam ¶
Click to show internal directories.
Click to hide internal directories.