climake 0.1.0

A simple CLI generator using structures with no dependancies.
Documentation

climake is a minimal-dependancies library for making simple arguments. This libraries aim is not features but to provide a simple way to parse arguments well enough with not much more processing used than the provided [std::env] from the standard library.

For more infomation, please see the [CLIMake] object and [Argument] to get started parsing arguments using this library.