cxxopts
CXXOpts is a lightweight C++ option parser library, supporting the standard
GNU style syntax for options.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/cxxopts && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cxxopts-3.1.1.tar.gz | 0000101548 99.2 KB | |
cxxopts.changes | 0000000957 957 Bytes | |
cxxopts.spec | 0000001832 1.79 KB |
Revision 3 (latest revision is 4)
Dominique Leuenberger (dimstar_suse)
accepted
request 1077876
from
Dirk Mueller (dirkmueller)
(revision 3)
- update to 3.1.1: * Fixed version number in header. * Support for multiple long names for the same option (= multiple long aliases) * Add a `program()` function to retrieve the program name. * Added a .clang-format file. * Added iterator and printing for a ParseResult. * Cleanup exception code, add cxxopts::exceptions namespace. * Fix `arguments()` having no key for options that only have a short name.
Comments 0