Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
(e ExecDefaultProcess) Command(name string, args ...string) ExecCmd {
9
return
ExecDefaultCmd{exec.Command(name, args...)}
10
}
11
12
func
NewExecProcess() ExecProcess {
13
return
&ExecDefaultProcess{}
Callers
nothing calls this directly
Calls
1
Command
Method · 0.65
Tested by
no test coverage detected