ComputerCraft Forums

ComputerCraft => Programs => APIs and Utilities => Topic started by: zimavi on Aug 16, 2024, 10:43 PM

Title: Args parser lib
Post by: zimavi on Aug 16, 2024, 10:43 PM
I made simple lib that can parse CLI arguments (options and flags)
Here is repository with lib itself and example code:
https://github.com/zimavi/cc-args-parser/tree/main