Skip to content

replace libpopt with cxxopts #82

@ggutierrez-sunbright

Description

@ggutierrez-sunbright

cxxopts is a modern, C++, header-only library for parsing arguments from the command line.

this would mean removing an external dependency, simplifying the build process, and a good chance to make a cleaner version of the binaries, with a clear separation between the config parsing into a dedicated structure, and the execution based on this configuration.

* they don't use popt at all, maybe we should consider using cxxopts to parse the configuration, but I'd suggest to do it in a different issue

Metadata

Metadata

Labels

upgradea design modification, refactor, or component replacement

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions