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

Method WithWorkingDir

shell/builder.go:27–30  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

25}
26
27func (w *wrapper) WithWorkingDir(dir string) Builder {
28 w.dir = dir
29 return w
30}
31
32func (w *wrapper) WithEnv(env Env) Builder {
33 if w.env == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected