feat: refactor output filename handling and enhance argument parsing

This commit is contained in:
2025-08-24 13:33:07 +02:00
parent 1f25bab6a2
commit acaf79b4ee
3 changed files with 123 additions and 80 deletions

View File

@@ -12,3 +12,9 @@ ignore = "0.4.23"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
walkdir = "2.5.0"
[profile.release]
strip = true
lto = true
codegen-units = 1
opt-level = "z"