[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-29 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 @chtompki Well, 216 is about disabling concatenated options, and 217 is about disabling partial matching; my patch implements the latter, i.e, you still have concatenated options, but can opt to

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-29 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 @chtompki Well, 216 is about disabling concatenated options, and 217 is about disabling partial matching; my patch implements the latter, i.e, you still have concatenated options, but can opt to

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-28 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 @chtompki Any progress on this one? --- 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

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-28 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 @chtompki Any progress on this one? --- 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

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-21 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 Hey :-) Any progress on this one? Anything I can do to make it go forward? Greets! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-21 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 Hey :-) Any progress on this one? Anything I can do to make it go forward? Greets! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-07 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 Yes, I did see that PosixParser was also a part of the patch, but I thought not to touch it since it's marked as Deprecated (I would not expect changes to deprecated classes as a user at

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-07 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 Yes, I did see that PosixParser was also a part of the patch, but I thought not to touch it since it's marked as Deprecated (I would not expect changes to deprecated classes as a user at

[GitHub] commons-cli pull request #15: CLI-217: Optional partial matching

2017-07-05 Thread rubin55
Github user rubin55 commented on a diff in the pull request: https://github.com/apache/commons-cli/pull/15#discussion_r125648975 --- Diff: .gitignore --- @@ -1,5 +1,4 @@ -### https://raw.github.com/github/gitignore/f2ce448f2ba7a092da05482ceca99209127c0884/maven.gitignore

[GitHub] commons-cli pull request #15: CLI-217: Optional partial matching

2017-07-05 Thread rubin55
Github user rubin55 commented on a diff in the pull request: https://github.com/apache/commons-cli/pull/15#discussion_r125648975 --- Diff: .gitignore --- @@ -1,5 +1,4 @@ -### https://raw.github.com/github/gitignore/f2ce448f2ba7a092da05482ceca99209127c0884/maven.gitignore

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-06-30 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 Is someone looking at this PR? --- 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

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-06-30 Thread rubin55
Github user rubin55 commented on the issue: https://github.com/apache/commons-cli/pull/15 Is someone looking at this PR? --- 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

[GitHub] commons-cli pull request #15: CLI-217: Optional partial matching

2017-06-23 Thread rubin55
GitHub user rubin55 opened a pull request: https://github.com/apache/commons-cli/pull/15 CLI-217: Optional partial matching At request of Gary, I (re)created an old patch against the current code base to enable partial matching to be set as optional. This fixes problems for people