struct

CommandResult

Inherits CommandMessage < JSON::Serializable < Struct < Value < Object

Constructors

new(status : Int32, output : String, error : String)
Source
new(pull : JSON::PullParser)

Instance methods

clone
Source
copy_with(status _status = @status, output _output = @output, error _error = @error)
Source
error

Captured stderr stream.

output

Captured stdout stream.

status

The exit code of the process.