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 ba7b007 commit 9c6cc4eCopy full SHA for 9c6cc4e
bin/build_manpage
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+
3
+set -e
4
5
+pushd docs
6
+make man
7
+echo "manpage located at $(realpath _build/man/docs.1)"
8
+popd
0 commit comments