Returns all command line options who have non-default values as a list of strings. The format of the strings is '--flag=value --flag2=value2'.
function getCommandLineOptions output String[:] flags; end getCommandLineOptions;