feat: add --backup-converted flag to keep .orig backups

This commit is contained in:
2026-06-29 11:56:09 +02:00
parent 6e58502598
commit f915299fa4
4 changed files with 20 additions and 4 deletions
+3
View File
@@ -236,6 +236,9 @@ func ApplyFlags(c *http.Config, f *Flags, cfg *config.Config, cookieJar *cookie.
if *f.AdjustExt {
c.Recursive.AdjustExt = true
}
if *f.BackupConverted {
c.Recursive.BackupConverted = true
}
// ── Cookies from CLI flags ──
if len(f.Cookies) > 0 {