Command Line parameters and debug console with Mac OS MoI v4 beta Jan-22-2020

 From:  goetzmoritz
9690.1 
Hi there,

so I want to use getCommandLineParams() method but somehow I'm not able to make it work. Because I was not able to access any debug console I typed:

moi.log(moi.command.getCommandLineParams());
moi.ui.alert(moi.getLog());
moi.exit(true);

But when I start the App by:

./MoI\ v4\ beta\ Jan-22-2020.app/Contents/MacOS/MoI testscript.js test

All I get is:
/Users/michael/src/moix/moi_lib/Init.cpp 310: Moi starting up
in a window with the ok-button and thats it :)

Any advice on this? thanks :)