[String] getArgs()
Usage
Return the arguments passed to the program on the command line. The zeroth argument is the name the program was called with. A command line of printargs -a 100 --long-argument will give a resulting array ["printargs","-a","100","--long-argument"]