0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added several new things for the command options and removed preamble/postamble todo. More... about 22 years ago
Recent changes More... about 22 years ago
First tests for class More... about 22 years ago
Fixed the since reference to be 2.1 More... about 22 years ago
Initial support for POSIX-compliant option matching. Still needs lots of testing and cleanup, but the unit tests pass. More... about 22 years ago
New test for joined command option More... about 22 years ago
Added class to manage persistence configuration More... about 22 years ago
Ripped out the property resolution. Need to refactor AppConfig to use this??? More... about 22 years ago
New test cases More... about 22 years ago
Added support for extra help text for the autohelp. More... about 22 years ago
Added new tests for default arguments and end of arg list marker More... about 22 years ago
Fix javadoc link element More... about 22 years ago
Added end of argument list handling. Default behavior is now POSIX-compliant and recognizes '--' as end of args. Marker is configurable. More... about 22 years ago
Fixed default argument handling. Objects now return default value if they aren't matched. Added support for returning parsed option arguments via the getArgValue() method. Added new constructor to specify default value without having to supply a value for showing arg in autohelp. More... about 22 years ago
Fixed minor usage formatting compatiblity bug with popt when both short and long options are defined and an argument must be supplied. Added support for printing default option values in the autohelp. More... about 22 years ago
Never have to write a delimited file processor again... More... about 22 years ago
Build 66 More... about 22 years ago
Incremented release number More... about 22 years ago
Added hard-coded version since dynamic doesn't seem to work. Fixed copyright notice. Added unit tests More... about 22 years ago
Test data More... about 22 years ago
Added tests to exercise the error or non-normal conditions in the parser. Most of these would never really happen in real life More... about 22 years ago
Fixed copyright since this is a new test More... about 22 years ago
Added runtime exception if long switch length was 1 since this isn't currently supported. Fixed bug allowing listeners to be registered more than once. Added reset of registered option states to support parsing multiple argument lists. Continue if combined option is detected so the rest of the command gets parsed. Added check for override of short options. More... about 22 years ago
Added reset method to support parsing of multiple argument lists using the same objects More... about 22 years ago
Added unit tests More... about 22 years ago
Fixed copyright More... about 22 years ago
Fixed checkin mistake More... about 22 years ago
Fixed copyright; added documentation for invalid property request More... about 22 years ago
Fixed copyright More... about 22 years ago
Fixed copyright; Added equality check based on values of constructor arguments More... about 22 years ago