nushell/crates/nu-protocol/src/ast
Arthur Targaryen f82e2fbac6
Port find command (#658)
* Add `Find` command

* Complete rustdoc for test `Value` constructors

* Use `Option::unwrap_or` instead of match

* Add `Value::test_filesize` constructor

* Handle searching for terms in `find`

* Fix `find` command signature

* Return multiple elements when `find`ing by predicate

* Do not accept rest parameter with predicate

* Handle `CellPath` in `r#in` and `not_in` for `Find`

* Use `PipelineData::filter`
2022-01-23 16:32:02 -06:00
..
block.rs Separate Overlay into its own thing (#344) 2021-11-17 17:23:55 +13:00
call.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
cell_path.rs Port find command (#658) 2022-01-23 16:32:02 -06:00
expr.rs Add support for var/string interp for external names (#729) 2022-01-13 19:17:45 +11:00
expression.rs Add support for var/string interp for external names (#729) 2022-01-13 19:17:45 +11:00
import_pattern.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
mod.rs Add support for module imports 2021-09-27 07:39:19 +13:00
operator.rs Add 'from json' 2021-10-01 18:11:49 +13:00
pipeline.rs Fix up calls and pipelines 2021-09-03 14:15:01 +12:00
statement.rs Fix up calls and pipelines 2021-09-03 14:15:01 +12:00