1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-31 15:18:23 +02:00
Ian Manske 4edce44689
Remove ListStream type ()
# Description
List values and list streams have the same type (`list<>`). Rather,
streaming is a separate property of the pipeline/command output. This PR
removes the unnecessary `ListStream` type.

# User-Facing Changes
Should be none, except `random dice` now has a more specific output
type.
2024-11-27 09:35:55 +08:00
..
2024-11-27 09:35:55 +08:00