We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3091577 commit f56f060Copy full SHA for f56f060
entrypoint.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
set -e
3
4
-pandoc --metadata=project:$1 --lua-filter scripts/include-files.lua -t scripts/panvimdoc.lua $2 -o $1.txt
+pandoc --metadata=project:$1 --lua-filter scripts/include-files.lua -t scripts/panvimdoc.lua $2 -o doc/$1.txt
0 commit comments