DamnedElric opened a new pull request, #424: URL: https://github.com/apache/commons-cli/pull/424
This mainly fixes broken documentation on the introduction page: https://commons.apache.org/proper/commons-cli/apidocs/index.html 1. Replace deprecated Builder calls by non-deprecated counterparts (`build()` vs `.get()`) 2. Fix broken links to Javadocs 3. Fix code samples that referred to misspelled variables 4. Reintroduce a simple version of `HelpFormatter::printHelp`, which was referenced in the documentation but did not actually exist. Presumably this wasn't ported from the legacy, deprecated HelpFormatter to the new version -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
