RunResults

public struct RunResults

Structure to hold results from run

  • Command exit status

    Declaration

    Swift

    public let exitStatus: Int
  • Command output stdout

    Declaration

    Swift

    public let stdout: String
  • Command output stderr

    Declaration

    Swift

    public let stderr: String