From f90d7f606aca51235fdb2a22fdf2263218138331 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 16 Jun 2026 18:48:04 +0200 Subject: feat: dispatch --suggest early and exit Co-Authored-By: Claude Opus 4.8 --- dot-backup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot-backup.sh b/dot-backup.sh index 7c77531..e95c67f 100755 --- a/dot-backup.sh +++ b/dot-backup.sh @@ -403,6 +403,11 @@ if [[ "$FIRST_RUN" == true ]]; then exit 0 fi +if [[ "$SUGGEST" == true ]]; then + do_suggest + exit 0 +fi + if [[ "$DRY_RUN" == true ]]; then echo -e "${YELLOW}*** DRY RUN — no files will be copied ***${NC}\n" fi -- cgit v1.2.3