Closed NickLaMuro closed 4 years ago
@bdunne Can you also review?
@Fryguy I tentatively went with :shared_output
for the key. You can discuss further if you feel strongly about another one. Left some other options in my other comment:
https://github.com/ManageIQ/awesome_spawn/pull/48#discussion_r370759998
UPDATE: This has been since changed to :combined_output
per Brandon's request and rebased into the second commit.
Allows for combining
STDOUT
andSTDERR
streams into one stream, and makes the output available in both.output
and.error
(currently).