nushell/crates/nu-protocol/src/value
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
..
custom_value.rs Dataframe commands (#542) 2021-12-22 05:32:09 +11:00
from_value.rs Fix ls relative path & command argument path expansion (#757) 2022-01-17 00:55:56 +11:00
from.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
mod.rs Port find command (#658) 2022-01-23 16:32:02 -06:00
range.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
stream.rs Add support for 'open' (#573) 2021-12-25 06:24:55 +11:00
unit.rs Add unit parsing and eval support 2021-10-05 15:27:39 +13:00