Result
enum Result
extension Commands.Result: Equatable
Undocumented
-
Undocumented
Declaration
Swift
var statusCode: Int32 { get }
-
Undocumented
Declaration
Swift
var output: String { get }
-
Undocumented
Declaration
Swift
var errorOutput: String { get }
-
Undocumented
Declaration
Swift
var isSuccess: Bool { get }
-
Undocumented
Declaration
Swift
var isFailure: Bool { get }
-
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool