forked from extern/nushell
Add par-each group (#965)
This commit is contained in:
@ -85,6 +85,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Lines,
|
||||
Nth,
|
||||
ParEach,
|
||||
ParEachGroup,
|
||||
Prepend,
|
||||
Range,
|
||||
Reduce,
|
||||
|
Reference in New Issue
Block a user