mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
(doc) add manpage to peertube cli
This commit is contained in:
5
scripts/generate-cli-doc.sh
Executable file
5
scripts/generate-cli-doc.sh
Executable 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
|
||||
Reference in New Issue
Block a user