Skip to content

Releases: igormironchik/args-parser

args-parser v.6.3.4

03 Jun 04:51
Compare
Choose a tag to compare

args-parser v.6.3.3

14 Aug 07:09
Compare
Choose a tag to compare
  • Was fixed issue of compillation with -Werror=shadow

args-parser v.6.3.2

12 Jul 15:48
Compare
Choose a tag to compare

Fixed multiple definitions when included from different compile units.

args-parser v.6.3.1

13 Feb 16:41
Compare
Choose a tag to compare

Improved performance. Added possibility to set positional arguments string for the help. Added benchmark.

args-parser v.6.3.0

12 Feb 13:46
Compare
Choose a tag to compare

Added possibility to handle positional arguments.

args-parser v.6.2.0.1

11 Nov 13:48
Compare
Choose a tag to compare

Ready for Qt6. Added more tests.

args-parser v.6.2.0.0

07 Aug 11:38
Compare
Choose a tag to compare

Allowed to inherit from some classes.
Added addArg() methods into API.

args-parser v.6.1.1.1

07 Aug 05:54
Compare
Choose a tag to compare

Added possibility to set up custom printer in help.

args-parser v.6.1.1.0

29 Jun 05:07
Compare
Choose a tag to compare

Improved API with new syntax, not it's impossible to mess with end() methods.
Fixed issue with printing help of global argument under command.

args-parser v.6.1.0.0

24 Jun 12:34
Compare
Choose a tag to compare

Added possibility to add Command into groups.