Versions in this module Expand all Collapse all v3 v3.12.2 May 6, 2022 v3.12.1 May 6, 2022 Changes in this version + var ErrNilOptions = errors.New("execext: nil options given") + func Expand(s string) (string, error) + func IsExitError(err error) bool + func RunCommand(ctx context.Context, opts *RunCommandOptions) error + type RunCommandOptions struct + Command string + Dir string + Env []string + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer Other modules containing this package github.com/siggimoo/task