mocha-phantomjs icon indicating copy to clipboard operation
mocha-phantomjs copied to clipboard

-h option defined twice

Open reubano opened this issue 11 years ago • 1 comments

mocha-phantomjs --help

  Usage: mocha-phantomjs [options] page

  Options:

    -h, --help                   output usage information
...
    -h, --header <name>=<value>  specify custom header
...

reubano avatar May 19 '14 12:05 reubano

This is a commander bug as it seems to always add a -h for help even though we define an option for it.

nathanboktae avatar Jun 23 '14 02:06 nathanboktae