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

Method Command

utils/process/exec_default_process.go:8–10  ·  view source on GitHub ↗
(name string, args ...string)

Source from the content-addressed store, hash-verified

6}
7
8func (e ExecDefaultProcess) Command(name string, args ...string) ExecCmd {
9 return ExecDefaultCmd{exec.Command(name, args...)}
10}
11
12func NewExecProcess() ExecProcess {
13 return &ExecDefaultProcess{}

Callers

nothing calls this directly

Calls 1

CommandMethod · 0.65

Tested by

no test coverage detected