mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 10:31:23 +00:00
# Description `help zip` now reports: ``` other <one_of(any, closure())>: The other input, or closure returning a stream. ``` Thanks to @edhowland for pointing this out ❤️ # User-Facing Changes - Doc change for zip # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting