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

Method Cmd

shell/supervisor.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (w *wrapper) Cmd() *exec.Cmd {
28 return w.cmd
29}
30
31func (w *wrapper) Start() error {
32 return w.cmd.Start()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected