1 |
.TH jscoverage-server 1 local |
2 |
.SH NAME |
3 |
jscoverage-server \- Run a server for instrumenting JavaScript with code coverage information |
4 |
|
5 |
.SH SYNOPSIS |
6 |
jscoverage-server [OPTION]... |
7 |
|
8 |
.SH DESCRIPTION |
9 |
|
10 |
jscoverage-server is a simple web server that instruments JavaScript code as it is served. |
11 |
|
12 |
.SH OPTIONS |
13 |
|
14 |
.TP |
15 |
.B --document-root=DIR |
16 |
serve content from |
17 |
.B DIR |
18 |
(default: current directory). |
19 |
|
20 |
.TP |
21 |
.B --ip-address=ADDRESS |
22 |
bind to |
23 |
.B ADDRESS |
24 |
(default: 127.0.0.1). |
25 |
|
26 |
.TP |
27 |
.B --no-instrument=URL |
28 |
do not instrument |
29 |
.B URL. |
30 |
|
31 |
.TP |
32 |
.B --port=PORT |
33 |
use |
34 |
.B PORT |
35 |
for TCP port (default: 8080). |
36 |
|
37 |
.TP |
38 |
.B --proxy |
39 |
run as a proxy. |
40 |
|
41 |
.TP |
42 |
.B --report-dir=DIR |
43 |
store report to |
44 |
.B DIR |
45 |
(default: jscoverage-report). |
46 |
|
47 |
.TP |
48 |
.B --shutdown |
49 |
stop a running server. |
50 |
|
51 |
.TP |
52 |
.B -v, --verbose |
53 |
explain what is being done. |
54 |
|
55 |
.TP |
56 |
.B -h, --help |
57 |
display this help and exit. |
58 |
|
59 |
.TP |
60 |
.B -V, --version |
61 |
display version information and exit. |
62 |
. |
63 |
.SH AUTHORS |
64 |
|
65 |
siliconforks.com |