jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

Unable to determine if a parameter was received from the command line

Open bluecontainer opened this issue 2 years ago • 0 comments

Due to a recent change for handling required parameters at:

https://github.com/cbeust/jcommander/commit/6436ca65881e658504652fc41d7a9a6e07df82a8#r132149657

it is no longer possible determine if a parameter was received from the command line. That information is useful independent of whether a parameter has a default value or not.

bluecontainer avatar Nov 14 '23 14:11 bluecontainer