Fix pipeline order, add selective metadata stripping, rename case/regex

This commit is contained in:
2026-03-06 18:12:18 +02:00
parent 8edaab0e2b
commit 62ad99d254
10 changed files with 208 additions and 17 deletions

View File

@@ -326,6 +326,9 @@ fn cmd_process(args: CmdProcessArgs) {
counter_start: 1,
counter_padding: 3,
template: args.rename_template,
case_mode: 0,
regex_find: String::new(),
regex_replace: String::new(),
});
}