Add par-each group (#965)

This commit is contained in:
JT
2022-02-06 19:28:09 -05:00
committed by GitHub
parent de4449c3ee
commit c3e0e8eb5c
3 changed files with 141 additions and 0 deletions

View File

@ -85,6 +85,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Lines,
Nth,
ParEach,
ParEachGroup,
Prepend,
Range,
Reduce,