build: update snapshot in update readme script

This commit is contained in:
2024-08-21 14:11:39 +03:00
committed by Chen Asraf
parent ea98b042e6
commit 11447a5982

View File

@@ -2,6 +2,12 @@
file="README.md"
helpfile="${0:A:h}/../tests/snapshot.txt"
if [[ "$1" == "-u" ]]; then
shift
. "${0:A:h}/../tests/update_snapshot.zsh"
fi
tmpfile=$(mktemp)
help="$(cat $helpfile)"