Currently the CommandLauncher does not print any spaces between arguments in the console.
Which results in: command:mycommandmyfirstparammysecondparam
The attached change will fix this, and results in the following printed to console:
command:mycommand myfirstparam mysecondparam