forked from extern/nushell
Port merge command from Nushell (#808)
* Add example test to zip * Port merge command from Nushell On top of the original merge, this one should not collect a stream returned from the merged block and allows merging records.
This commit is contained in:
@ -67,6 +67,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Get,
|
||||
GroupBy,
|
||||
Keep,
|
||||
Merge,
|
||||
KeepUntil,
|
||||
KeepWhile,
|
||||
Last,
|
||||
|
Reference in New Issue
Block a user