1 |
siliconforks |
116 |
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 |
siliconforks |
174 |
--encoding=ENCODING assume .js files use the given character encoding |
7 |
siliconforks |
116 |
--ip-address=ADDRESS bind to ADDRESS (default: 127.0.0.1) |
8 |
siliconforks |
207 |
--no-highlight do not perform syntax highlighting |
9 |
siliconforks |
116 |
--no-instrument=URL do not instrument URL |
10 |
|
|
--port=PORT use PORT for TCP port (default: 8080) |
11 |
|
|
--proxy run as a proxy |
12 |
|
|
--report-dir=DIR store report to DIR (default: `jscoverage-report') |
13 |
|
|
--shutdown stop a running server |
14 |
|
|
-v, --verbose explain what is being done |
15 |
|
|
-h, --help display this help and exit |
16 |
|
|
-V, --version display version information and exit |