Terminate the current process with an exit code.
Optional
The exit code. If false, the function returns without exiting. If true, the exit code is 0.
cliExit(0); Copy
cliExit(0);
Terminate the current process with an exit code.