forked from extern/nushell
Port flatten (#512)
* A first working version of flatten. Needs a lot of cleanup. Committing to have a working version * Typo fix * Flatten tests pass * Final cleanup, ready for push * Final cleanup, ready for push * Final cleanup, ready for push * Final cleanup, ready for push * Update flatten.rs Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
This commit is contained in:
@ -54,6 +54,7 @@ pub fn create_default_context() -> EngineState {
|
||||
DropNth,
|
||||
Each,
|
||||
First,
|
||||
Flatten,
|
||||
Get,
|
||||
Keep,
|
||||
KeepUntil,
|
||||
|
Reference in New Issue
Block a user