command(split-by) (#897)

This commit is contained in:
Andrés N. Robalino
2022-01-30 18:29:21 -05:00
committed by GitHub
parent 76a4455255
commit def5869c1c
3 changed files with 273 additions and 0 deletions

View File

@ -71,6 +71,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Flatten,
Get,
GroupBy,
SplitBy,
Keep,
Merge,
Move,