You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "chingjustwe (via GitHub)" <gi...@apache.org> on 2023/04/11 07:53:32 UTC

[GitHub] [commons-cli] chingjustwe commented on pull request #143: Change method visibility

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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org