nushell/crates/nu_plugin_example/src
Ian Manske 4edce44689
Remove ListStream type (#14425)
# 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
..
commands Remove ListStream type (#14425) 2024-11-27 09:35:55 +08:00
example.rs Change PluginCommand API to be more like Command (#12279) 2024-03-27 11:59:57 +01:00
lib.rs feat: make ctrlc available to plugins (#13181) 2024-07-30 08:29:18 -05:00
main.rs Change PluginCommand API to be more like Command (#12279) 2024-03-27 11:59:57 +01:00