(doc) add manpage to peertube cli

This commit is contained in:
Rigel Kent
2018-10-20 19:15:41 +02:00
committed by Rigel Kent
parent 6df8130efc
commit 7cf3e57376
4 changed files with 97 additions and 1 deletions

5
scripts/generate-cli-doc.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
node_modules/marked-man/bin/marked-man server/tools/README.md > dist/server/tools/peertube.8