mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Create exit command documentation
Partial fix of issue #711 Some parts have been copied from the fish documentation
This commit is contained in:
17
docs/commands/exit.md
Normal file
17
docs/commands/exit.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 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
|
||||
|
||||
```shell
|
||||
> exit
|
||||
```
|
||||
|
||||
```shell
|
||||
> exit 1
|
||||
```
|
||||
|
||||
```shell
|
||||
> exit 0
|
||||
```
|
Reference in New Issue
Block a user