feat: add --backup-converted flag to keep .orig backups
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user