1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-30 06:53:00 +00:00

Create argparser

This commit is contained in:
LDDestroier
2019-05-25 22:11:18 -04:00
committed by GitHub
parent 3b2fd99c52
commit 04041b2499

3
netrequire/argparser Normal file
View File

@@ -0,0 +1,3 @@
https://github.com/LDDestroier/CC/raw/master/argparser.lua
This is an argument parsing function that can take flags (with or without type-checked parameters) and regular arguments in any order.