arguments property
Arguments to invoke script with.
This is empty if script already contains CodeConfig.targetArchitecture in its name, and contains the CodeConfig.targetArchitecture if the script name does not.
Implementation
final List<String> arguments;