runCollect

Similar to run(), but (like std.process.executeShell) captures and returns the output instead of displaying it.

  1. string runCollect(string command)
    string
    runCollect
    (
    string command
    )
  2. string runCollect(Path workingDirectory, string command)

Meta