mirror of
https://github.com/danbulant/nushell
synced 2026-06-13 03:32:17 +00:00
262 B
262 B
exit
Exits the nu shell. If STATUS is supplied, it will be converted to an integer and used as the exit code. Otherwise, the exit code will be that of the last command executed.
Examples
> exit
> exit 1
> exit 0