[GitHub] commons-cli pull request #7: Add an addRequiredOption method

2016-07-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-cli/pull/7 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] commons-cli pull request #7: Add an addRequiredOption method

2016-07-21 Thread jrRibeiro
GitHub user jrRibeiro opened a pull request: https://github.com/apache/commons-cli/pull/7 Add an addRequiredOption method This pull request adds an addRequiredOption method, which creates an Option with setRequired(true). This is really useful, given the amount of projects