Option- & cliparsing library for c++
cpp
Find a file
Mai-Lapyst 8e913d9322
All checks were successful
/ build (push) Successful in 14s
Remove Jenkinsfile
2024-08-20 05:02:48 +02:00
.forgejo/workflows Fix workflow by adding git 2024-08-18 17:16:46 +02:00
specs Initial commit 2023-09-30 10:54:26 +02:00
src Bump version 2024-08-18 17:25:39 +02:00
.gitignore Initial commit 2023-09-30 10:54:26 +02:00
LICENSE Initial commit 2023-09-30 10:54:26 +02:00
Makefile Initial commit 2023-09-30 10:54:26 +02:00
readme.md Initial commit 2023-09-30 10:54:26 +02:00
xmake.lua Initial commit 2023-09-30 10:54:26 +02:00

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