A library for parsing command line arguments and configuration files and making them available throughout a program.
copied from cf-post-staging / libmcfpThis library attempts to implement the POSIX.1-2017 standard for parsing arguments passed to an application. These arguments are delivered to the main function as the well known argc and argv parameters. This library allows you to parse the contents of these variables and then provides easy access to the information. The library also contains code to parse configuration files