MCPcopy Create free account
hub / github.com/UiPath/uipathcli / ExecDefaultCmd

Struct ExecDefaultCmd

utils/process/exec_default_cmd.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type ExecDefaultCmd struct {
9 Cmd *exec.Cmd
10}
11
12func (c ExecDefaultCmd) StdoutPipe() (io.ReadCloser, error) {
13 return c.Cmd.StdoutPipe()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected