sidorares / crconsole

Remote JavaScript console for Chrome/Webkit
MIT License
263 stars 23 forks source link

-h option for host overrides help option #11

Closed jessetan closed 9 years ago

jessetan commented 9 years ago

The commandline option -h is short for both --help and --host:

crconsole --help

  Usage: crconsole [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -p, --port <port>  specify the port [9222]
    -h, --host <host>  developer tools host [localhost]

Help is only available by using --help.

sidorares commented 9 years ago

should be fixed now. host key is --host or -a ( short for "address" )