mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 10:44:40 +02:00
Added a first pass at sort-by
This commit is contained in:
@ -74,6 +74,7 @@ fn main() -> Result<(), Box<Error>> {
|
||||
("reject", Box::new(reject::Reject)),
|
||||
("to-array", Box::new(to_array::ToArray)),
|
||||
("where", Box::new(where_::Where)),
|
||||
("sort-by", Box::new(sort_by::SortBy)),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user