mirror of
https://github.com/nushell/nushell.git
synced 2024-12-22 23:23:12 +01:00
9411458689
# Description After [the discussion on discord](https://discord.com/channels/601130461678272522/601130461678272524/1314600410882904125) I propose to rephrase the error message to avoid using the word `function`. From `Return used outside of function` to `Return used outside of custom command or closure` ![image](https://github.com/user-attachments/assets/d14331c8-e381-4b04-8709-bd6064e0791e) # User-Facing Changes None # Tests + Formatting toolkit.nu fmt is good |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
nu-protocol
The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.