Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
(w *wrapper) Cmd() *exec.Cmd {
28
return
w.cmd
29
}
30
31
func
(w *wrapper) Start() error {
32
return
w.cmd.Start()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected