Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/goose
/ WithOSEnv
Method
WithOSEnv
shell/builder.go:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(w *wrapper) WithOSEnv() Builder {
23
w.osEnv = true
24
return
w
25
}
26
27
func
(w *wrapper) WithWorkingDir(dir string) Builder {
28
w.dir = dir
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected