https://github.com/aziascreations/pb-arguments
A simple and powerful launch argument parser with verb support.
https://github.com/aziascreations/pb-arguments
argument-parser cli-args cli-argument-parser cli-arguments
Last synced: 3 months ago
JSON representation
A simple and powerful launch argument parser with verb support.
- Host: GitHub
- URL: https://github.com/aziascreations/pb-arguments
- Owner: aziascreations
- License: unlicense
- Created: 2021-06-29T16:16:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T19:18:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T14:45:20.199Z (5 months ago)
- Topics: argument-parser, cli-args, cli-argument-parser, cli-arguments
- Language: PureBasic
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PB-Arguments
A simple and powerful launch argument parser.This project is a reboot of my old "*[PB-Cli-Params-Parser](https://github.com/aziascreations/PB-Cli-Params-Parser)*"
project developed in conjecture with "*[PB-GameFramework](https://github.com/aziascreations/PB-GameFramework)*".## Documentation
The documentation can be found on [URL](#abc).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/](Examples) folder.## License
[Unlicense](LICENSE)