Command line parameters parser, calls corresponding user functions and, if necessary, checks type/semantic of values of inputed parameters. Uses Boost C++ libraries.
Features
- Header-only (does not require building)
- It's really easy to use
- Cross-platform (there is only ISO C++ code and Boost C++ libraries)
- Allows to register parameters with two names (in Unix-style) or single name
- Calls corresponding functions, with or without argument
- Allows to register unnamed parameters that can be inputed without names
- Provides common checks of inputed parameters, like duplication, incorrection, etc.
- Checks of value's type, like integer or real (defines by type of registered function's argument)
- Checks of value's semantic, like correct path, etc.
- Allows to set parameter's necessity.
- Allows to set parameter's default value.
- Allows to set another "name-value" separator, instead default '='.
Categories
LibrariesLicense
MIT LicenseFollow C++ command line parameters parser
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of C++ command line parameters parser!