Versions in this module Expand all Collapse all v0 v0.0.1 Apr 20, 2018 Changes in this version + var Builtins map[string]BuiltinHandler + func AssemblePipes(cmds []*exec.Cmd, stdin io.Reader, stdout io.Writer) []*exec.Cmd + func ExecutePipes(cmds []*exec.Cmd) error + func Main(stdout io.Writer, call []string) error + func PrintError(err error) + func ReadWholeLine(b *bufio.Reader) (line string, err error) + type BuiltinHandler func(context.Context, []string) error