covers1624/WorkspaceTool

Change run config args to take in an object rather than string

Closed this issue · 0 comments

Change the run config 'argument' type settings to take in an Object value rather than a String
Call .toString() on said Object, if its null convert to either an empty String or "null"

This will allow things like the following to be valid syntax

progArg '--width', 1920
progArg '--height', 1080