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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of C++ command line parameters parser!