Rewrite LightOptionParser to support multiple parameter arguments.

* LightOptionParser will only make one pass through the arguments array.
* Make LOP support multiple instances of an option (-i in1 -i in2)
* Make LOP support indeterminate option argument lengths
  (using arguments: "variable" in the definition).
* Add unit tests for LightOptionParser and a testing phase during the `package`
  build target.
This commit is contained in:
Jonathan Bernard
2014-10-28 01:58:51 -05:00
parent 8ab35b27bd
commit 4ab4e5876b
4 changed files with 146 additions and 51 deletions

View File

@ -1,6 +1,6 @@
#Thu, 25 Sep 2014 02:29:18 -0500
#Tue, 28 Oct 2014 01:58:09 -0500
name=jdb-util
version=2.4
version=3.0
lib.local=true
build.number=1