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

Struct ExecDefaultProcess

utils/process/exec_default_process.go:5–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "os/exec"
4
5type ExecDefaultProcess struct {
6}
7
8func (e ExecDefaultProcess) Command(name string, args ...string) ExecCmd {
9 return ExecDefaultCmd{exec.Command(name, args...)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected