mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:26:01 +02:00
Support records in reject command (#4373)
* support records in reject command * add reject command tests
This commit is contained in:
@ -42,6 +42,7 @@ mod prepend;
|
||||
mod random;
|
||||
mod range;
|
||||
mod reduce;
|
||||
mod reject;
|
||||
mod rename;
|
||||
mod reverse;
|
||||
mod rm;
|
||||
|
Reference in New Issue
Block a user