docs: Add api documentation
docs: Add scaffolding from sc-template
Correct docs, release 0.2.0
This is a simple argument parsing library. See doc/example.c
for an example of
using it. The library is somewhat limited as of now.
Run the following to create a build directory:
meson build
You may then compile (or re-compile) with:
ninja -C build
You can run the tests with:
ninja -C build test
When you would like to commit your changes, please ensure that you have pre-commit hooks installed, so that automated checks can run on your code:
pre-commit install