exit [<EXITCODE>] [-s|--save] [--consoleout FILEPATH] [-v|--verbose]
[-w|--wait] [-i|--interactive]
Alias: q, bye
| Parameter | Description |
|---|---|
<EXITCODE> |
exitcode you want to return to the caller program. |
-s | --save |
save current settings before exit. |
--consoleout FILEPATH |
Captures console output and saves to file |
-v | --verbose |
Log verbosity level. -v means detailed, If you don't specify this option then minimum logging will be done. |
-w | --wait |
Wait for user input before exit |
-i | --interactive |
Continue in interactive mode after this command is completed. This switch is not applicable if you already in interactive mode |
| Examples |
|---|
exit program with default exit code (i.e. 0)exit |
exit program with exit code -1exit -1 |