kotlin-argparser
kotlin-argparser copied to clipboard
Influcence exit behaviour
When using the mainBody, the system performs a exitProcess when e.h. --help is used.
This brings down my whole unit test VM, so it would be nice to have the possibility to influence the exit behaviour like telling it that no exit should be performed.
The default of course is, that the exitProcess is done.