-
Notifications
You must be signed in to change notification settings - Fork 627
Home
jarro2783 edited this page Oct 13, 2014
·
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 as --long=parameter or --long parameter, and short options can be written together, with the last option able to take a parameter.