Closed blalor closed 5 years ago
SpawnSSH and SpawnGeneric both use waitForSession which appears to use a different code path than SpawnWithArgs, and the output does not pass through teeWriter.
SpawnSSH
SpawnGeneric
waitForSession
SpawnWithArgs
teeWriter
Hey Brian.
As I'm pretty swamped atm. I tagged as "help wanted". Pull requests welcome.
Now that #37 is merged, I think this can be closed.
SpawnSSH
andSpawnGeneric
both usewaitForSession
which appears to use a different code path thanSpawnWithArgs
, and the output does not pass throughteeWriter
.