Overhaul the argument parsing API

This commit is contained in:
zontreck 2025-01-22 03:58:52 -07:00
parent 62d26082c9
commit 82f5c18129
9 changed files with 207 additions and 153 deletions

View file

@ -1,4 +1,5 @@
class Constants {
static const VERSION = "1.3.012225+0304";
static const VERSION = "1.4.012225+0357";
static const NBT_REVISION = "1.3.012225+0304";
static const ARGS_REVISION = "1.4.012225+0357";
}