mirror of
https://github.com/nushell/nushell.git
synced 2025-01-21 13:50:11 +01:00
3b3f48202c
# Description Changes the iterator in `rm` to be an iterator over `Result<Option<String>, ShellError>` (an optional message or error) instead of an iterator over `Value`. Then, the iterator is consumed and each message is printed. This allows the `PipelineData::print_not_formatted` method to be removed. |
||
---|---|---|
.. | ||
list_stream.rs | ||
metadata.rs | ||
mod.rs | ||
out_dest.rs | ||
raw_stream.rs |