The console argument type.
Values
AInt
An integer parameter.
AFloat
A floating-point parameter.
AString
A text string parameter.
ABool
A boolean parameter. Can be true, false, 1 or 0.
AEnum(values:Array<String>)
A text string parameter with limitation to only accept the specified list values.
AArray(t:ConsoleArg)
An array of remaining arguments.
