CLI parser exceptions are not mapped to a message
theone1984 opened this issue · 1 comments
theone1984 commented
A null pointer exception occurs when passing in invalid command line options like
--help
This is due to the fact that there is no error message for CLIParseException in the error message setup.
wuan commented
This should be already fixed, as command options are extracted when ConfigBuilder.build() or .merge() is called. This happens after initializing the error message setup.