Argengine

A simple CLI argument (option) parser library for modern C++ based on lambda callbacks

OTHER License

Stars
11
Argengine - 1.2.0 Latest Release

Published by juzzlin about 1 year ago

Release date:

Sun, 15 Oct 2023 22:29:51 +0300

New features:

  • Fix GitHub Issue #1: Implement conflicting options
Argengine - 1.1.1

Published by juzzlin about 2 years ago

Release date:

Tue, 06 Sep 2022 18:30:37 -0000

Bug fixes:

  • Fix typo in the unknown option error message

Other:

  • Fix GitHub Issue #5: Add documentation of option info texts
  • Update documentation of ex1
Argengine - 1.1.0

Published by juzzlin over 4 years ago

New features:

  • Fix GitHub Issue #2: Configurable value names for help
  • Add getter for help text
Argengine - 1.0.1

Published by juzzlin over 4 years ago

Bug fixes:

  • Fix include path in tests
Argengine - 1.0.0

Published by juzzlin over 4 years ago

New features:

  • CMake: Enable/disable tests on top level
  • CMake: Build shared and static libs

Other:

  • Documentation updates
Argengine - 0.0.1

Published by juzzlin over 4 years ago

Initial release.

New features:

  • Valueless options
  • Single-value options
  • Help generation