Skip to content

Commit

Permalink
generate formatted README
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Odem committed Sep 12, 2023
1 parent d04c2b3 commit 4123bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/update-readme.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
help_message=$(go run .)

echo '```' >output.txt
echo '\n```' >output.txt
echo "$help_message" >>output.txt
echo '```' >>output.txt
echo '```\n' >>output.txt

sed -i '/<!-- command-line:start -->/,/<!-- command-line:end -->/{
/<!-- command-line:start -->/{
Expand Down

0 comments on commit 4123bae

Please sign in to comment.