Claudenw commented on PR #216: URL: https://github.com/apache/commons-cli/pull/216#issuecomment-1907647825
In working on Cassandra Stress test tool where we are trying to move to commons-cli there are cases where we want to quickly identify incorrect textual input without having to go through expensive conversion processes. This also gives an easy way to verify things like enum values and provide better error messages than if you just call `enum.valueOf(str)`. Providing the option of the verifier means that often the converter is a simple call to an existing method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
