until_regex-0.1.0 is not a library.
until_regex
Small utility for exiting a long running shell command when a line in stdout matches a given regex.
When an early exit occurs, this util returns a 0
exitCode. Otherwise, it respects the output of the child command.
This utility forwards both stderr
and stdout
from the child command.
Usage
License
MIT