chingjustwe commented on PR #143:
URL: https://github.com/apache/commons-cli/pull/143#issuecomment-1502857973

   @garydgregory sorry for late reply...the use case for us is:
   There is a monitoring platform, which allows users to provide their own java 
plugins to run some checks, we use `apache-commons-cli` to parse the input 
parameters, such as `--param1 "value1" --param2 "value2"`. We need to have the 
torrent to let users input unrecognized parameters, like `--param1 "value1" 
-oops "unrecognized" --param2 "value2"`, what we want here is just leave a 
warning message (unrecognized parameter "oops") and proceed. Changing the 
visibility of method `handleUnknownToken()` would give us such a chance to do 
it.


-- 
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]

Reply via email to