Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Command
Function
Command
pty/start.go:44–46 ·
view source on GitHub ↗
(name string, arg ...string)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
Command(name string, arg ...string) *Cmd {
45
return
CommandContext(context.Background(), name, arg...)
46
}
47
48
func
(c *Cmd) AsExec() *exec.Cmd {
49
//nolint: gosec
Callers
2
TestStart
Function · 0.92
TestStart
Function · 0.92
Calls
1
CommandContext
Function · 0.85
Tested by
2
TestStart
Function · 0.74
TestStart
Function · 0.74