Do we want to unify them, so code would look like: ```go datatypes := flagx.StringArray("datatype", "Help text") ``` instead of the two-stage init that they currently require?
Do we want to unify them, so code would look like:
instead of the two-stage init that they currently require?