.option('-c, --color','Explicitly enable color (default is to use color when not outputting to a pipe)')
.option('-i, --auto-inject <includefiles>','Treat the test list as a set of mocha JS files, and automatically generate HTML files with which to test test. \'includefiles\' should be a comma-separated list of paths to javascript files to include in each of the generated HTML files',make_list,null)
.option('-p, --provider <name>','Use the given provider (defaults to "casper"). Currently, may be "casper" or "zombie"','casper')