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

Struct ExecCustomCmd

utils/process/exec_custom_cmd.go:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type ExecCustomCmd struct {
8 Name string
9 Args []string
10 Exit int
11 StdOut io.ReadCloser
12 StdErr io.ReadCloser
13 OnStart func(name string, args []string)
14}
15
16func (c ExecCustomCmd) StdoutPipe() (io.ReadCloser, error) {
17 return c.StdOut, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected