Skip to content

child_process: add `subprocess.readLines` method

Rodrigo Muino Tomonari requested to merge github/fork/aduh95/cp-readLines into main

Similarly to fileHandle.readLines(), iterating line by line over the output of a command is a somewhat regular thing when writing scripts. This PR adds a util method to cover this use case.

Merge request reports

Loading