Support records in reject command (#4373)

* support records in reject command

* add reject command tests
This commit is contained in:
panicbit
2022-02-08 21:57:46 +01:00
committed by GitHub
parent 6d303f2ca3
commit cf20eed7bc
3 changed files with 99 additions and 0 deletions

View File

@ -42,6 +42,7 @@ mod prepend;
mod random;
mod range;
mod reduce;
mod reject;
mod rename;
mod reverse;
mod rm;