Releases: yunseo-h68/lips
Releases · yunseo-h68/lips
Release v1.0.0
I think my library is ready to be used for my other projects. So I'm distributing this 1.0.0 release.
See README for features and usage in this release.
Release v0.1.6
Release v0.1.6 :
Updated as below.
- Fix other_args parsing errors starting with '-', not option
Release v0.1.5
Release v0.1.5 :
Updated as below.
- Set only the argument that comes first among subcommands to subcommand.
- The arguments, neither option nor subcommand, are stored in the other_args field.
Besides, I refactored the code.
Release v0.1.3
This release has slightly improved the previous version.
first, I added functions to get option value. These functions allow you to get the 'hello' value from '-t=hello' or '--test=hello'.
second, I prevented a memory leak. There was a dynamic allocated memory that I missed.
finally, I fixed subcommand name parsing error when argument contains '='
Release v0.1.0
This release is the first release of this library.
This version is never perfect, and there may be an error I didn't think of.