Args Parser Versions Save

args-parser is a small C++ header-only library for parsing command line arguments.

6.3.3

9 months ago
  • Was fixed issue of compillation with -Werror=shadow

6.3.2

1 year ago

Fixed multiple definitions when included from different compile units.

6.3.1

2 years ago

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

6.3.0

2 years ago

Added possibility to handle positional arguments.

6.2.0.1

2 years ago

Ready for Qt6. Added more tests.

6.2.0.0

2 years ago

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

6.1.1.1

2 years ago

Added possibility to set up custom printer in help.

6.1.1.0

2 years ago

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

6.1.0.0

2 years ago

Added possibility to add Command into groups.

6.0.1.0

3 years ago

Renamed include directory to args-parser. Prepared for Conan C++ package manager.