[][src]Crate climake

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.

Structs

Argument

A single argument used inside of [CLIMaker].

CLIMake

Main structure for climake, the CLIMake object. Further arguments can easily be added using CLIMake::add_existing_arg.

Enums

CLIMakeError

Primary error enum for exceptions related to methods inside of the climake module.