forked from extern/nushell
introducing the find
command (#3971)
* introducing the `find` command * added tests * merged main to accomodate "rest" changes * test fix
This commit is contained in:
@ -14,6 +14,7 @@ mod echo;
|
||||
mod empty;
|
||||
mod enter;
|
||||
mod every;
|
||||
mod find;
|
||||
mod first;
|
||||
mod flatten;
|
||||
mod format;
|
||||
|
Reference in New Issue
Block a user