return
for core
Return early from a function.
Signature
> return {flags} (return_value)
Parameters
return_value
: Optional value to return.
Input/output types:
input | output |
---|---|
nothing | any |
Examples
Return early
> def foo [] { return }
Notes
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html