StartCommand starts a managed command with the given command-line arguments, with its stdout and stderr redirected to out. This has several differences from exec.Command: - This attempts to manage the entire sub-process tree. - Output to out will be stopped when the command completes, even if sub
(args []string, out io.Writer)
source not stored for this graph (policy: none)