cbeust / jcommander

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

Main parameter gets converted first and validated second #557

Closed JaumeRibas closed 8 months ago

JaumeRibas commented 1 year ago

When a main parameter is used, the convert gets called before the validate, not afterwards, as it should be.