forked from extern/nushell
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:
@ -119,6 +119,7 @@ pub fn create_default_context() -> EngineState {
|
||||
SkipWhile,
|
||||
Sort,
|
||||
SortBy,
|
||||
SplitList,
|
||||
Transpose,
|
||||
Uniq,
|
||||
Upsert,
|
||||
|
Reference in New Issue
Block a user