CommandResult
Inherits CommandMessage < JSON::Serializable < Struct < Value < Object
Constructors
new(status : Int32, output : String, error : String)
Sourcenew(pull : JSON::PullParser)
Instance methods
clone
Sourcecopy_with(status _status = @status, output _output = @output, error _error = @error)
Sourceerror
Captured stderr stream.
output
Captured stdout stream.
status
The exit code of the process.