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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of C++ command line parameters parser!