We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1cadc commit 8fe6134Copy full SHA for 8fe6134
testdata/update.sh
@@ -3,5 +3,5 @@ export SOURCE_DATE_EPOCH=0
3
set -x
4
for f in testdata/test_full_*.txt
5
do
6
- GOHELP2MAN_TESTCASE=$f go run . -include "${f%.txt}.h2m" "testdata/test.sh" > "${f%.txt}.1"
+ GOHELP2MAN_TESTCASE=$f go run . -opt-include "${f%.txt}.h2m" "testdata/test.sh" > "${f%.txt}.1"
7
done
0 commit comments