Currently Pharo runs without a message when started in headless mode: ./pharo Pharo.image
However I would expect it to give a feedback, so it would behave like this: ./pharo Pharo.image --help AFAIK seaside doesn't have a command line handler yet ;), but how would you guys perceive it if - there is a a help message printed, - the image stops if there are no commands provided? We can add a --no-quit option to the default command line handler so the image continues running with whatever service there is.
