Invalid options are not detected by the simulator
Hello, I have just noticed that the DIPLODOCUS simulator, with its CLI, cannot detect invalid option. In case an invalid option is used, it should inform the user and quit immediately, without executing a simulation.
How to reproduce this bug: $ ./run.x -helpp
There, a simulation is executed whereas an error should be returned and no simulation executed.
thanks!