Option- & cliparsing library for c++
|
||
---|---|---|
.forgejo/workflows | ||
specs | ||
src | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
readme.md | ||
xmake.lua |
cxxoptparse
Library for multiple approaches for option and command/cli parsing.
License
The code in this repository is licensed under AGPL-3.0-or-later; for more details see the LICENSE
file in the repository.
Building & Installing
Either head over to the releases and pick one or build it with one of the options below:
- using xmake:
xmake -b cxxoptparse && xmake i --admin
- using make:
make all && sudo make install
Usage
TODO
Roadmap
TODO