Sort command (#5054)

This commit is contained in:
JT
2022-04-01 11:43:16 +13:00
committed by GitHub
parent 2193910579
commit 834f993547
3 changed files with 242 additions and 0 deletions

View File

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