CommandResult ============= .. module:: Hutte .. class:: CommandResult The result of executing a command. .. attr_reader:: exit_status The exit status of the process. .. attr_reader:: stdout A string containing everything the command printed on stdout. .. attr_reader:: stderr A string containing everything the command printed on stderr.