Skip to content
Trevor Elliott edited this page Mar 29, 2021 · 11 revisions

This is the wiki for cxxopts, a lightweight c++ command line options library.

It supports GNU style arguments, -- for long options, and - for short options. Long options that take a parameter can be written with an equals sign as --long=parameter or without as --long parameter, and short options can be written together, with the last option able to take a parameter, such as in tar -xvf file.tar

Clone this wiki locally