This commit is contained in:
ge
2025-05-29 22:31:59 +03:00
parent a1cdebaabc
commit d87a33f26b
5 changed files with 98 additions and 45 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# 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
```