MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / RunComplexCommand

Method RunComplexCommand

platform/windows/powershell/runner.go:16–18  ·  view source on GitHub ↗
(cmd system.Command)

Source from the content-addressed store, hash-verified

14}
15
16func (c *Runner) RunComplexCommand(cmd system.Command) (stdout, stderr string, exitStatus int, err error) {
17 return c.BaseCmdRunner.RunComplexCommand(powershellCommand(cmd))
18}
19
20func (c *Runner) RunComplexCommandAsync(cmd system.Command) (system.Process, error) {
21 return c.BaseCmdRunner.RunComplexCommandAsync(powershellCommand(cmd))

Callers 4

SetupRootDiskMethod · 0.45
runner_test.goFile · 0.45
RunMethod · 0.45
RunCommandMethod · 0.45

Calls 1

powershellCommandFunction · 0.85

Tested by

no test coverage detected