nushell/crates/nu-protocol/src/pipeline_data
Ian Manske 3b3f48202c
Refactor message printing in rm (#12799)
# 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.
2024-05-09 13:36:47 +08:00
..
list_stream.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
metadata.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
mod.rs Refactor message printing in rm (#12799) 2024-05-09 13:36:47 +08:00
out_dest.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
raw_stream.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00