1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-24 13:37:32 +01:00
nushell/tests/plugins
Devyn Cairns a29efe28f7
Merge stream_example into example plugin and clean up names ()
# Description

As suggested by @WindSoilder, since plugins can now contain both simple
commands that produce `Value` and commands that produce `PipelineData`
without having to choose one or the other for the whole plugin, this
change merges `stream_example` into `example`.

# User-Facing Changes

All of the example plugins are renamed.

# Tests + Formatting

- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`

# After Submitting

- [ ] Check nushell/nushell.github.io for any docs that match the
command names changed
2024-03-19 12:36:46 -05:00
..
formats Correct line folding in from ics/from vcf () 2023-10-03 19:11:16 +02:00
config.rs Merge stream_example into example plugin and clean up names () 2024-03-19 12:36:46 -05:00
core_inc.rs Plugin explicit flags () 2024-01-22 15:00:43 -06:00
custom_values.rs Support into string for custom values () 2024-03-19 11:00:22 +01:00
env.rs Merge stream_example into example plugin and clean up names () 2024-03-19 12:36:46 -05:00
mod.rs Add environment engine calls for plugins () 2024-03-12 06:34:32 -05:00
register.rs Merge stream_example into example plugin and clean up names () 2024-03-19 12:36:46 -05:00
stream.rs Merge stream_example into example plugin and clean up names () 2024-03-19 12:36:46 -05:00