feat[work]: improve git-replace

This commit is contained in:
Leon Schwarzäugl 2025-10-31 15:03:52 +01:00
parent ed9008112b
commit c8a49d4f47
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 6 additions and 0 deletions

View file

@ -18252,6 +18252,9 @@ This script allows for quick git replace of a string.
exit 0 exit 0
} }
target_files=false
target_repo=false
target_dirs=false
while [[ $# -gt 0 ]]; do while [[ $# -gt 0 ]]; do
case "$1" in case "$1" in
-f | --filenames) -f | --filenames)

View file

@ -19,6 +19,9 @@ writeShellApplication {
exit 0 exit 0
} }
target_files=false
target_repo=false
target_dirs=false
while [[ $# -gt 0 ]]; do while [[ $# -gt 0 ]]; do
case "$1" in case "$1" in
-f | --filenames) -f | --filenames)