cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.94k stars 332 forks source link

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

Closed bluecontainer closed 4 months ago

bluecontainer commented 9 months ago

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.