14 lines
246 B
Markdown
14 lines
246 B
Markdown
# V Documentation Server
|
|
|
|
Synopsis:
|
|
|
|
```
|
|
generate and serve HTML documentation for V module
|
|
|
|
usage: vdocs [-l addr:port] [<dir>]
|
|
|
|
options:
|
|
-help print this help message and exit
|
|
-l, -listen listen address, 127.0.0.1:4000 by default
|
|
```
|