feat(cli): include filenames in parsing xml output

This commit is contained in:
WillLillis 2025-09-25 01:14:37 -05:00 committed by Will Lillis
parent e1b424c191
commit 335bfabc60
2 changed files with 18 additions and 3 deletions

View file

@ -1055,6 +1055,7 @@ impl Parse {
.map(|p| p.to_string_lossy().chars().count())
.max()
.unwrap_or(0);
options.stats.source_count = paths.len();
for path in &paths {
let path = Path::new(&path);