Releases: ethanuppal/libcmdapp2
Releases · ethanuppal/libcmdapp2
libcmdapp v0.2.0
Changes
- To allow specifying a default argument value, the argument name is now provided optionally after the
.
in the behavior string. ca_opt
now returns a boolean pointer, whose value will be set totrue
if the flag defined is passed. The value ofNULL
replaces the previous value of failure.
Major Fixes
- No more crashing when callbacks not provided.
- Option arguments are written to the provided result string (previously, these would never be written to).
Other Fixes
- Switched to using the static library for testing because dynamic libraries are broken on the author's machine.
libcmdapp v0.1.0
Basic functionality is supported (see documentation). It is likely that there are countless bugs and vulnerabilities. The code quality could use improvement.
Note on documentation:
You can build the docs, provided you havedoxygen
installed, withmake docs
.