Releases: Pankaja-Suganda/Argparser
Releases · Pankaja-Suganda/Argparser
v0.0.1
ArgParser alpha-v0.1.0 - Initial Release
ArgParser is a simple C++ library designed for parsing command-line arguments with support for various data types. This initial release provides a user-friendly interface, allowing developers to quickly integrate command-line argument parsing into their C++ applications.
Features
- Command-line argument parsing for bool, int, double, and string data types.
- User-friendly interface with straightforward integration into C++ projects.
- Specification of arguments with short and long commands, descriptions, and default values.
- Retrieval of parsed values using the
get
method. - Built-in
help
command to display information about available command-line arguments. - User-specified callback function for the help command, executed before the built-in help logic.
- Examples demonstrating basic and advanced usage scenarios
This release marks the beginning of a simple module for command-line argument handling in C++ applications. Try it out and contribute to its evolution!
For installation instructions and usage details, refer to the documentation in the repository.
Contributions and feedback are welcome. See CONTRIBUTING.md for details.
This project is currently not licensed. Refer to LICENSE.md for any updates on licensing.