Move 'keep' to 'take' (#5123)

This commit is contained in:
JT
2022-04-08 08:49:28 +12:00
committed by GitHub
parent e86c1b118e
commit 4f974efeba
12 changed files with 48 additions and 48 deletions

View File

@ -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,