added replace-all patch type

This commit is contained in:
partisan 2025-05-09 18:27:16 +02:00
parent bb7da3e154
commit 3d08b492ac
5 changed files with 134 additions and 25 deletions

2
run.sh
View file

@ -41,7 +41,7 @@ if [[ ! -d "$PATCHES_SOURCE" ]]; then
fi
# Run the Go application with the specified path and patches
go run main.go pref.go standard.go new.go copy.go --path "$ROOT_PATH" --patches "$PATCHES_SOURCE"
go run main.go pref.go standard.go new.go copy.go replace-all.go marker.go --path "$ROOT_PATH" --patches "$PATCHES_SOURCE"
# Exit with the status of the last command
exit $?