We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fcb52 commit 44cce5aCopy full SHA for 44cce5a
1 file changed
share/asciidoctor/convert_to_man.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-version=$(go run ../../main.go version)
+version=$(go run ../../cmd/clx/main.go --version | awk '{print $NF}')
4
5
touch clx.adoc
6
0 commit comments