Argon is a command line argument parser which supports optional and positional arguments.
Read the docs here.
Here's how to build and install Argon on any platform.
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
cmake --install build