cbeust / jcommander

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

Global parameter validation documentation is not deployed to jcommander.org #547

Closed jontmy closed 4 months ago

jontmy commented 1 year ago

PR #542 (which implements #539) which introduced IParametersValidator included its documentation for it, but it is not deployed to the JCommander website.

This is the current paragraph for the global parameter validation section that is live:

Screenshot 2022-11-02 at 19 55 05

The documentation which #542 added is linked here: https://github.com/cbeust/jcommander/blob/master/docs/index.adoc#global-parameter-validation.

mkarg commented 1 year ago

The reason simply is that the latest published jCommander is 1.82, which does not contain that feature.

@cbeust I'd like to propose publishing jCommander 1.83 in Q1/2023, WDYT?

mkarg commented 4 months ago

Closing this issue, as JCommander was published on Maven Central in 2024 (see https://repo1.maven.org/maven2/org/jcommander/jcommander/1.83/).