A simple and powerful launch argument parser.
This project is a reboot of my old "PB-Cli-Params-Parser" project developed in conjecture with "PB-GameFramework".
The documentation can be found on URL.
To compile the documentation manually you need to do the following things:
- Make sure you have Python 3.9 installed.
- Make sure you have the
htmlmin
Python module installed, or run "Documentation/install-requirements.cmd". - Run "Documentation/install-requirements.cmd"
- Open "Documentation/output/index.html"
Examples using the base include, or the helper are included in the Examples/ folder.