executableArguments property
The flags passed to the executable used to run the script of this program.
These are the command-line entries between the executable name
and the script name. Each access to executableArguments returns a new
list containing the flags passed to the executable.
Implementation
List<String> get executableArguments;