Represents the result of an external command execution.
Constructors
Initializes a new CommandResult.
SourceInstance methods
exit_code
The exit status code of the command.
Sourcestderr
The standard error output of the command.
Sourcestdout
The standard output of the command.
Sourcesuccess?
Returns true if the command exited with a zero status code.
Source