The program_options library allows program developers to obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file.
Program Options, part of the collection of Boost C++ Libraries, allows for definition and acquisition of (name, value) pairs from the user via conventional methods such as command line and config file. It is roughly analogous to getopt_long, but for use with C++.
Distributed under the Boost Software License, Version 1.0.
(in progress...)
| Branch | Travis | Appveyor | codecov.io | Deps | Docs | Tests |
|---|---|---|---|---|---|---|
master |
||||||
develop |
| Name | Purpose |
|---|---|
build |
build script for link library |
ci |
continuous integration scripts |
doc |
documentation |
example |
use case examples |
include |
headers |
src |
source code for link library |
test |
unit tests |
[program_options] tag at the beginning of the subject line.