News

Command line argument types. ... java MyTool -a -b=logfile.inp data1 data2 data3 // All data at the end or. java MyTool -a data1 data2 -b=logfile.inp data3 // Might be acceptable to an application ...