The new syntax:
```
supportInfo "i:<command>"
```
Is good, but it's missing the most important info about the command: arguments.
You know, like when you type in a textbox with `autocomplete = "scripting"`, and you type `createVehicle`, it shows:
```
createVehicle [type, position, marker, placement, special]
```
And not just `createVehicle ARRAY`