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

@ -21,6 +21,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(Unalias),
whole_stream_command(Ignore),
whole_stream_command(Tutor),
whole_stream_command(Find),
// System/file operations
whole_stream_command(Exec),
whole_stream_command(Pwd),