* complete overhaul of cmd line help
* --help will only show the explanation for arguments relevant to your mode (e.g. run, show, find)
* help descriptions should be more clear now
* some of the commands are invoked differently, most notable run is now "mmtester r ..." instead of "mmtester ..."
* run: patterns for extracting the score / metadata are converted to regex and are editable in the config files
* show: new option --var VARIABLE in order to show stats for VARIABLE instead of score
* show: --noscale override to remove scaling from cmd line
* run: removed support for AHC generator; running generator single time manually is always going to be easier than configuring it to work with mmtester
* show: additional "Missing" column for tests missing score (or a specified variable)
* find: you can use --tests as a filter
* run: removed --benchmark as it was a cumbersome option and was inferior to just running "mmtester show" during the run
* tester.py functions as a stand-alone script (if you need changes, you can create local copy of tester.py run it from current directory)