mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 20:03:54 +01:00
372 B
372 B
title | layout | version |
---|---|---|
exit | command | 0.59.1 |
Runs a script file in the current context.
Signature
> exit (exit_code) --now
Parameters
exit_code
: Exit code to return immediately with--now
: Exit out of the shell immediately
Examples
Exit the current shell
> exit
Exit all shells (exiting Nu)
> exit --now