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 --encoding=ENCODING |
22 |
assume .js files use the given character encoding. |
23 |
|
24 |
.TP |
25 |
.B --ip-address=ADDRESS |
26 |
bind to |
27 |
.B ADDRESS |
28 |
(default: 127.0.0.1). |
29 |
|
30 |
.TP |
31 |
.B --no-highlight |
32 |
do not perform syntax highlighting. |
33 |
|
34 |
.TP |
35 |
.B --no-instrument=URL |
36 |
do not instrument |
37 |
.B URL. |
38 |
|
39 |
.TP |
40 |
.B --port=PORT |
41 |
use |
42 |
.B PORT |
43 |
for TCP port (default: 8080). |
44 |
|
45 |
.TP |
46 |
.B --proxy |
47 |
run as a proxy. |
48 |
|
49 |
.TP |
50 |
.B --report-dir=DIR |
51 |
store report to |
52 |
.B DIR |
53 |
(default: jscoverage-report). |
54 |
|
55 |
.TP |
56 |
.B --shutdown |
57 |
stop a running server. |
58 |
|
59 |
.TP |
60 |
.B -v, --verbose |
61 |
explain what is being done. |
62 |
|
63 |
.TP |
64 |
.B -h, --help |
65 |
display this help and exit. |
66 |
|
67 |
.TP |
68 |
.B -V, --version |
69 |
display version information and exit. |
70 |
. |
71 |
.SH AUTHORS |
72 |
|
73 |
siliconforks.com |