nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

-h option defined twice #139

Open reubano opened 10 years ago

reubano commented 10 years ago
mocha-phantomjs --help

  Usage: mocha-phantomjs [options] page

  Options:

    -h, --help                   output usage information
...
    -h, --header <name>=<value>  specify custom header
...
nathanboktae commented 10 years ago

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