mocha-phantomjs
mocha-phantomjs copied to clipboard
-h option defined twice
mocha-phantomjs --help
Usage: mocha-phantomjs [options] page
Options:
-h, --help output usage information
...
-h, --header <name>=<value> specify custom header
...
This is a commander bug as it seems to always add a -h for help even though we define an option for it.