Takes a space separated list of command line options as input,
with the same format as when calling the compiler on the command
line. Call the compiler with --help for a list of
available options.
Example input: --showErrorMessages -d=failtrace
function setCommandLineOptions input String options; output Boolean success; end setCommandLineOptions;