don't kill process on cli commands

Tento commit je obsažen v:
AJ ONeal 2018-06-29 16:16:03 -06:00
rodič 85f07fd021
revize 9c5aeda776

Zobrazit soubor

@ -620,7 +620,6 @@ function parseCli(/*state*/) {
}
return true;
})) {
process.exit(0);
return;
}