mirror of
https://github.com/nushell/nushell.git
synced 2025-01-06 22:40:01 +01:00
0a0475ebad
Closes #14487. # Description `get` and `reject` now stream properly: Before: ![image](https://github.com/user-attachments/assets/57ecb705-1f98-49a4-a47e-27bba1c6c732) Now: ![image](https://github.com/user-attachments/assets/dc5c7fba-e1ef-46d2-bd78-fd777b9e9dad) # User-Facing Changes # Tests + Formatting # After Submitting --------- Co-authored-by: Wind <WindSoilder@outlook.com> Co-authored-by: 132ikl <132@ikl.sh> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate contains the majority of our commands
We allow ourselves to move some of the commands in nu-command
to nu-cmd-*
crates as needed.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.