mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
e62a2509ae
Partial fix of issue #711 Some parts have been copied from the fish documentation
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