Skip to content

Releases: YanB25/argparser

v0.2.1-alpha

13 Jan 03:02
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

fix bug of invalid memory access

v0.2.0-alpha

10 Jan 13:36
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Fix issue #1 #2 #3

Note: a breaking change to the conversion interface: now argparse::convert::try_to should return std::optional<T> instead of T.

v0.1.1-alpha

22 Dec 15:49
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Fix the ugly format output of commands.

v0.1-alpha

18 Dec 07:56
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

The first release of ArgParser.