nushell/crates/nu_plugin_example/src/commands
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
..
call_decl.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
collect_bytes.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
config.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
ctrlc.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
disable_gc.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
echo.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
env.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
for_each.rs Remove ListStream type (#14425) 2024-11-27 09:35:55 +08:00
generate.rs Remove ListStream type (#14425) 2024-11-27 09:35:55 +08:00
main.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs feat: make ctrlc available to plugins (#13181) 2024-07-30 08:29:18 -05:00
one.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
seq.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
sum.rs Remove as_i64 and as_f64 (#14258) 2024-11-05 09:28:56 +01:00
three.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
two.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
view_span.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00