mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 14:43:25 +02:00
Add command "reduce" (#2292)
* initial * fold working * tests and cleanup * change command to reduce, with fold flag * move complex example to tests * add --numbered flag
This commit is contained in:
@ -34,6 +34,7 @@ mod parse;
|
||||
mod prepend;
|
||||
mod random;
|
||||
mod range;
|
||||
mod reduce;
|
||||
mod rename;
|
||||
mod reverse;
|
||||
mod rm;
|
||||
|
Reference in New Issue
Block a user