CommandResult

class Hutte::CommandResult

The result of executing a command.

attribute [R] exit_status

The exit status of the process.

attribute [R] stdout

A string containing everything the command printed on stdout.

attribute [R] stderr

A string containing everything the command printed on stderr.