Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 828 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 828 Bytes

PB-Arguments

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

Documentation

The documentation can be found on URL.

To compile the documentation manually you need to do the following things:

  1. Make sure you have Python 3.9 installed.
  2. Make sure you have the htmlmin Python module installed, or run "Documentation/install-requirements.cmd".
  3. Run "Documentation/install-requirements.cmd"
  4. Open "Documentation/output/index.html"

Examples

Examples using the base include, or the helper are included in the Examples/ folder.

License

Unlicense