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
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
-
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.