nushell/crates/nu-command/src
Arthur 63c3d19c67
Port all? command (#365)
* Implement `From<bool>` for `Value`

* Add `All` command

* Change `IntoPipelineData` and `IntoInterruptiblePipelineData` bounds

* Refactor `PipelineIterator` impls

* Add `PipelineData::into_interruptible_iter`

* Use `into_interruptible_iter` instead of `all` helper

* Merge imports

* Refactor `PipelineData::{filter, map}`

* Change comment pronoun

* Treat `RowCondition` as a block

* Remove unnecessary braces

* Address cluppy warning
2021-11-28 06:49:03 +13:00
..
conversions Category option for signature (#343) 2021-11-17 17:22:37 +13:00
core_commands Add debug and describe (#351) 2021-11-19 18:00:29 +13:00
dataframe Dataframe feature (#361) 2021-11-23 08:14:40 +00:00
date Category option for signature (#343) 2021-11-17 17:22:37 +13:00
env Category option for signature (#343) 2021-11-17 17:22:37 +13:00
experimental Category option for signature (#343) 2021-11-17 17:22:37 +13:00
filesystem Fix reading of LS_COLORS; ls display symlink (#357) 2021-11-21 01:14:42 +02:00
filters Port all? command (#365) 2021-11-28 06:49:03 +13:00
formats Move row condition to block (#368) 2021-11-26 16:49:03 +13:00
math from vcf from ics and from ini (#367) 2021-11-26 06:10:56 +13:00
shells Add better exit command (#369) 2021-11-26 21:00:57 +13:00
strings Category option for signature (#343) 2021-11-17 17:22:37 +13:00
system Category option for signature (#343) 2021-11-17 17:22:37 +13:00
viewers Dataframe feature (#361) 2021-11-23 08:14:40 +00:00
default_context.rs Port all? command (#365) 2021-11-28 06:49:03 +13:00
example_test.rs Plugins signature load (#349) 2021-11-19 15:51:42 +13:00
lib.rs Add better exit command (#369) 2021-11-26 21:00:57 +13:00