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:
@ -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
|
||||
|
Reference in New Issue
Block a user