port sort_by without float (yet) (#814)

This commit is contained in:
Michael Angerman
2022-01-22 12:49:50 -08:00
committed by GitHub
parent af52def93c
commit 89d852f76c
3 changed files with 194 additions and 0 deletions

View File

@ -85,6 +85,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Skip,
SkipUntil,
SkipWhile,
SortBy,
Transpose,
Uniq,
Update,