Add reduce command (#700)

* Add reduce command

* Fix example and missing test commands

* Add forgotten file
This commit is contained in:
Jakub Žádník
2022-01-08 02:40:40 +02:00
committed by GitHub
parent f964ce9bc0
commit 3b467bedd9
5 changed files with 231 additions and 1 deletions

View File

@ -75,6 +75,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
ParEach,
Prepend,
Range,
Reduce,
Reject,
Reverse,
Select,