mirror of
https://github.com/nushell/nushell.git
synced 2025-04-30 08:04:25 +02:00
# 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 |