A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
args provides CMake targets:
find_package(args CONFIG REQUIRED)
target_link_libraries(main PRIVATE taywee::args)
v6.4.6#0
All
MIT
Manifest