tty-command v0.8.0 Release Notes

Release Date: 2018-04-22 // about 6 years ago
  • โž• Added

    • Add :output_only_on_error option by Iulian Onofrei(@revolter)
    • โž• Add :verbose flag to toggle warnings

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change ProcessRunner to use waitpid2 api for direct status
    • ๐Ÿ”„ Change ProcessRunner stdout & stderr reading to use IO.select and be non-blocking

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix :timeout to raise when long running without input or output
    • ๐Ÿ›  Fix ProcessRunner to ensure no zombie processes on timeouts