Adds a CLI Argument parser

This commit is contained in:
zontreck 2024-07-02 22:12:06 -07:00
parent 4ac95f605b
commit 7d045bd49f
8 changed files with 328 additions and 1 deletions

4
lib/argparse/README.md Normal file
View file

@ -0,0 +1,4 @@
ArgParse
==========
_________
This is almost directly copied in its entirety from a known working argument parser I wrote in Java. This is located at https://github.com/AriasCreations/LibAC in package: `dev.zontreck.ariaslib.args`