dominiklohmann / wahl

A type-safe argument parser for modern C++.
https://dominiklohmann.github.io/wahl/
Boost Software License 1.0
5 stars 0 forks source link

Write a users guide #30

Open dominiklohmann opened 3 years ago

dominiklohmann commented 3 years ago

In order to be usable as a library, wahl needs to be documented. Users should not have to reverse-engineer how a library works from its implementation or bundled examples.

Additionally, this must include a section on how to link against wahl using CMake.