return
for core> return {flags} (return_value)
return_value
: optional value to returninput | output |
---|---|
nothing | any |
Return early
>deffoo [] { return }
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/return.html