$arguments
$arguments : array
Class InputArguments - input arguments builder
add(string $name, integer|null $mode = null, string|null $type = null, string $description = '', null $default = null, null $alias = null)
| string | $name | |
| integer|null | $mode | |
| string|null | $type | The argument data type. (eg: 'string', 'array', 'mixed') |
| string | $description | |
| null | $default | |
| null | $alias |