Releases: igormironchik/args-parser
Releases · igormironchik/args-parser
args-parser v.6.3.4
Full Changelog: 6.3.3...6.3.4
args-parser v.6.3.3
- Was fixed issue of compillation with
-Werror=shadow
args-parser v.6.3.2
Fixed multiple definitions when included from different compile units.
args-parser v.6.3.1
Improved performance. Added possibility to set positional arguments string for the help. Added benchmark.
args-parser v.6.3.0
Added possibility to handle positional arguments.
args-parser v.6.2.0.1
Ready for Qt6. Added more tests.
args-parser v.6.2.0.0
Allowed to inherit from some classes.
Added addArg()
methods into API.
args-parser v.6.1.1.1
Added possibility to set up custom printer in help.
args-parser v.6.1.1.0
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
Added possibility to add Command into groups.