Better Handling for Command-Line Parameter Errors
matthewhillier opened this issue · 0 comments
matthewhillier commented
With the switch to Spring Boot, the Command-Line error handling is a lot less obvious and can get hidden in Spring's startup sequence.
Need to investigate how to pull the CLI parsing forward in the startup sequence and make sure the actual errors are more obvious.