nushell/crates/nu-engine/src
Ian Manske d7ba8872bf
Rename IoStream to OutDest (#12433)
# Description
I spent a while trying to come up with a good name for what is currently
`IoStream`. Looking back, this name is not the best, because it:
1. Implies that it is a stream, when it all it really does is specify
the output destination for a stream/pipeline.
2. Implies that it handles input and output, when it really only handles
output.

So, this PR renames `IoStream` to `OutDest` instead, which should be
more clear.
2024-04-09 16:48:32 +00:00
..
call_ext.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
command_prelude.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
documentation.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
env.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
eval.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
eval_helpers.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
glob_from.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lib.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
scope.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00