Currently array inputs do not get added to the command line. This appears to be based on the 'inputBinding' for arrays being one level lower, and therefore the logic to check if there is a position turns up no position.
This should now be implemented. The parser checks if inputBinding is found at the current map level, and then also checks if it is found under the type key.
Currently array inputs do not get added to the command line. This appears to be based on the 'inputBinding' for arrays being one level lower, and therefore the logic to check if there is a position turns up no position.