Parse commandline arguments
Find a file
2024-05-12 00:11:43 +02:00
src initial commit 2024-05-12 00:11:43 +02:00
.gitignore initial commit 2024-05-12 00:11:43 +02:00
BeefProj.toml initial commit 2024-05-12 00:11:43 +02:00
BeefSpace.toml initial commit 2024-05-12 00:11:43 +02:00
LICENSE initial commit 2024-05-12 00:11:43 +02:00
README.md initial commit 2024-05-12 00:11:43 +02:00

LybCL

A simpleish commandline parsing library with automatic routing functionality

Installation

Clone the repository and add it to your beef workspace as you usually would. This libary is also single file, so you may also just copy the file directly into your project if necessary

Documentation

The .bf sourcefile contains all information neccessary to use the library. You basically just create a new LybCl object by inserting the args[] and then call function on that object. The CMDRouter attribute can be used for the automatic routing functionality, however you will need to ensure the type is refelcted.