forked from extern/nushell
Merge pull request #252 from nushell/par_each
Add a simple parallel each
This commit is contained in:
@ -53,6 +53,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
ParEach,
|
||||
Ps,
|
||||
Rm,
|
||||
Select,
|
||||
|
Reference in New Issue
Block a user