This repo holds the fipsified argagg, Argument Aggregator for parsing command line options in C++.
Using the fips build system: https://github.com/floooh/fips
To use argagg, add it to your fips.yml
:
imports:
fips-argagg:
git: https://github.com/MODit3D/fips-argagg.git
Because argagg is header only, you do not need a fips_deps(argagg) in CMakeLists.txt.