forked from extern/nushell
Move 'keep' to 'take' (#5123)
This commit is contained in:
@ -80,11 +80,11 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Headers,
|
||||
Insert,
|
||||
SplitBy,
|
||||
Keep,
|
||||
Take,
|
||||
Merge,
|
||||
Move,
|
||||
KeepUntil,
|
||||
KeepWhile,
|
||||
TakeWhile,
|
||||
TakeUntil,
|
||||
Last,
|
||||
Length,
|
||||
Lines,
|
||||
|
Reference in New Issue
Block a user