1 |
Usage: jscoverage-server [OPTION]... |
2 |
Run a server for instrumenting JavaScript with code coverage information. |
3 |
|
4 |
Options: |
5 |
--document-root=DIR serve content from DIR (default: current directory) |
6 |
--encoding=ENCODING assume .js files use the given character encoding |
7 |
--ip-address=ADDRESS bind to ADDRESS (default: 127.0.0.1) |
8 |
--no-instrument=URL do not instrument URL |
9 |
--port=PORT use PORT for TCP port (default: 8080) |
10 |
--proxy run as a proxy |
11 |
--report-dir=DIR store report to DIR (default: `jscoverage-report') |
12 |
--shutdown stop a running server |
13 |
-v, --verbose explain what is being done |
14 |
-h, --help display this help and exit |
15 |
-V, --version display version information and exit |