MCPcopy Create free account
hub / github.com/Shopify/goose / WithOSEnv

Method WithOSEnv

shell/builder.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13type Builder interface {
14 WithOSEnv() Builder
15 WithEnv(env Env) Builder
16 WithWorkingDir(dir string) Builder
17 WithSysProcAttr(attr *syscall.SysProcAttr) Builder

Callers 1

NewDefaultBuilderFunction · 0.65

Implementers 1

wrappershell/shell.go

Calls

no outgoing calls

Tested by

no test coverage detected