add split list subcommand to split up lists (#6062)

* add `split list` subcommand to split up lists

* fmt

* fix shoddy signature
This commit is contained in:
pwygab
2022-07-16 19:24:37 +08:00
committed by GitHub
parent 5cc6505512
commit 57a6465ba0
3 changed files with 133 additions and 0 deletions

View File

@ -119,6 +119,7 @@ pub fn create_default_context() -> EngineState {
SkipWhile,
Sort,
SortBy,
SplitList,
Transpose,
Uniq,
Upsert,