would I do something like this to respond to each output line: ``` var connection_options = { stdout: function(outputLine) { //do something here}, } ```