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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.