MCPcopy
hub / github.com/wavetermdev/waveterm / CmdWrap

Struct CmdWrap

pkg/shellexec/conninterface.go:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type CmdWrap struct {
37 Cmd *exec.Cmd
38 IsShell bool
39 WaitOnce *sync.Once
40 WaitErr error
41 pty.Pty
42}
43
44func MakeCmdWrap(cmd *exec.Cmd, cmdPty pty.Pty, isShell bool) CmdWrap {
45 return CmdWrap{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected