This is a simple, header-only CLI parser for C, implemented using X-Macros.
What it does: Parses flags (-h), and options with int/float/string arguments (–port 8080).
What it doesn’t (yet): Handle subcommands, repeated parsing, or other advanced features.
It’s built for simplicity and ease of integration in small to medium C projects. Feedback is welcome!
Comments URL: https://news.ycombinator.com/item?id=45925483
Points: 2
# Comments: 0
Source: github.com