introducing the find command (#3971)

* introducing the `find` command

* added tests

* merged main to accomodate "rest" changes

* test fix
This commit is contained in:
Darren Schroeder
2021-08-27 03:48:41 -05:00
committed by GitHub
parent b8e2bdd6b1
commit 17ef531905
5 changed files with 225 additions and 0 deletions

View File

@ -14,6 +14,7 @@ mod echo;
mod empty;
mod enter;
mod every;
mod find;
mod first;
mod flatten;
mod format;