forked from extern/nushell
Simplify group/window into their own commands (#4760)
This commit is contained in:
@ -67,14 +67,13 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
DropColumn,
|
||||
DropNth,
|
||||
Each,
|
||||
EachGroup,
|
||||
EachWindow,
|
||||
Empty,
|
||||
Every,
|
||||
Find,
|
||||
First,
|
||||
Flatten,
|
||||
Get,
|
||||
Group,
|
||||
GroupBy,
|
||||
Headers,
|
||||
SplitBy,
|
||||
@ -87,7 +86,6 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Length,
|
||||
Lines,
|
||||
ParEach,
|
||||
ParEachGroup,
|
||||
Prepend,
|
||||
Range,
|
||||
Reduce,
|
||||
@ -111,6 +109,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Update,
|
||||
UpdateCells,
|
||||
Where,
|
||||
Window,
|
||||
Wrap,
|
||||
Zip,
|
||||
};
|
||||
|
Reference in New Issue
Block a user