Powerful command line and configuration file parsing for C++, Python, Ruby and Java (others to come). This tool provides many features, such as separate treatment for options, variables, and flags, unrecognized object detection, prefixes and much more.
Features
- Parsing command line options of any style.
- Parsing configuration files with variable replacements.
License
MIT LicenseFollow Command Line Parser GetPot
Other Useful Business Software
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
-
GetPot is a great tool to use in C++, Python, Java, and Ruby. It makes it extremely easy to parse the command line. For my taste, it is much easier to use than the 'getopt' type of tools.