delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
235 stars 32 forks source link

stdout_hook returns without user/host information #51

Closed crandles closed 10 years ago

crandles commented 10 years ago

The exception_hook is called with the user & hostname passed to it -- thats useful when working with a Rye::Set.

'cmd_clean' isn't exposed in the create_channel method, so this is the simplest way I could think to bring some uniformity to the callbacks.

delano commented 10 years ago

Thanks. Pushing the 0.9.12 release now.