Setting an arg to type boolean will attempt to coerce a boolean value (with case insensitivity):
't'
: true'true'
: true'1'
: true'f'
: false'false'
: false'0'
: falseConverts arg inputs into a number.
Accepts arg values as-is.
This is the default.
Accepted primitive arg value types.