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

Method Execute

plugin/studio/uipcli.go:41–45  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

39}
40
41func (c *Uipcli) Execute(args ...string) (process.ExecCmd, error) {
42 args = append(c.args, args...)
43 cmd := c.Exec.Command(c.path, args...)
44 return cmd, nil
45}
46
47func (c *Uipcli) ExecuteAndWait(args ...string) (int, string, error) {
48 cmd, err := c.Execute(args...)

Callers 1

ExecuteAndWaitMethod · 0.95

Calls 1

CommandMethod · 0.65

Tested by

no test coverage detected