omelette
omelette copied to clipboard
process.exit in setupShellInitFile
Why do you have process.exit in setupShellInitFile?
https://github.com/f/omelette/blob/master/src/omelette.js#L255
I would like to show message to user that auto completion has been set up but since the function uses process.exit I cannot do it without some work arounds.