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:
@ -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),
|
||||
|
Reference in New Issue
Block a user