Release Name: 1.26
Notes:
Comprehensive and easy to use command-line parser library using
regular expressions. Port of Damian Conway's Perl Getopt-Declare.
Changes:
== 1.26
* Stripping of usage was making help lines that were not
parameters look bad. Fixed.
* [ requires: param && flag ] was being expanded incorrectly,
leading to an obtuse error. Fixed.
like what user expects.
* Removed _enbool() routine as it is no longer needed.
* Documented [debug] directive.
* Updated usage() tests.
|