dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
965 stars 33 forks source link

Add `.linesIter()` #250

Open dsherret opened 4 months ago

dsherret commented 4 months ago

For example:

for await (const line of $`command`.linesIter()) {
  // etc...
}

Not sure about the exact name though.